Click or drag to resize
XDL

NXImageLayerVectorEditor_Event_CreateBoundEnd Delegate

경계 영역이 생성되면 발생한다.

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public delegate bool NXImageLayerVectorEditor_Event_CreateBoundEnd(
	double minx,
	double miny,
	double maxx,
	double maxy
)

Parameters

minx  Double
경계 영역의 최소 x
miny  Double
경계 영역의 최소 y
maxx  Double
경계 영역의 최대 x
maxy  Double
경계 영역의 최대 y

Return Value

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