Click or drag to resize
XDL

XROIGetRange Method

ROI의 경계 영역값을 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public void GetRange(
	ref double minx,
	ref double miny,
	ref double maxx,
	ref double maxy
)

Parameters

minx
Type: SystemDouble
X축 최소값.
miny
Type: SystemDouble
X축 최대값.
maxx
Type: SystemDouble
Y축 최소값.
maxy
Type: SystemDouble
Y축 최대값.
See Also