Click or drag to resize
XDL

XRSLoadFileGetBoundRect Method

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

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

Parameters

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