Click or drag to resize
XDL

NXImageLayerVectorEditor_Event_EditOver Delegate

사용자가 벡터 객체의 편집 과정이 종료될 때 호출된다.

Namespace:  Pixoneer.NXDL.NXImage
Assembly:  NXImage (in NXImage.dll) Version: 2.0.3.31
Syntax
C#
public delegate bool NXImageLayerVectorEditor_Event_EditOver(
	XvcObj Obj,
	bool bEdited
)

Parameters

Obj
Type: Pixoneer.NXDL.NVCXvcObj
편집하는 객체
bEdited
Type: SystemBoolean
객체가 편집된 경우 true, 그렇지 않은 경우 false

Return Value

Type: Boolean
작업이 성공하면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also