Click or drag to resize
XDL

XDMCompositeGetBoundRect Method

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

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