Click or drag to resize
XDL

XDMCompositeGetBoundRect Method

공간 상의 경계 영역을 얻는다.

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