Click or drag to resize
XDL

XRSLoadFileGetBoundRect Method

로딩된 파일의 Boundary값을 얻는다.

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

Parameters

minx  Double
[Out] x축 방향 최소 경계값.
maxx  Double
[Out] x축 방향 최대 경계값.
miny  Double
[Out] y축 방향 최소 경계값.
maxy  Double
[Out] y축 방향 최대 경계값.
See Also