Click or drag to resize
XDL

NXImageLayerVectorEditor_Event_CreateBoundEnd Delegate

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

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

Parameters

minx
Type: SystemDouble
경계 영역의 최소 x
miny
Type: SystemDouble
경계 영역의 최소 y
maxx
Type: SystemDouble
경계 영역의 최대 x
maxy
Type: SystemDouble
경계 영역의 최대 y

Return Value

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