Click or drag to resize
XDL

XRSSaveFileGetBoundRect Method

설정된 Bounary값을 얻는다.

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