Click or drag to resize
XDL

XRSSaveFileGetBoundRect Method

설정된 Bounary값을 얻는다.

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