Click or drag to resize
XDL

XROIGetRange Method

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

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

Parameters

minx  Double
X축 최소값.
miny  Double
X축 최대값.
maxx  Double
Y축 최소값.
maxy  Double
Y축 최대값.
See Also