Click or drag to resize
XDL

NXImageLayerVectorEditorSelectObject(ArrayList) Method

여러 개의 객체를 선택한다.

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public bool SelectObject(
	ref ArrayList objs
)

Parameters

objs  ArrayList
선택을 위한 객체들.

Return Value

Boolean
작업이 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also