 | XDMCompManagerCalcTotalRange Method |
XDMCompManager에서 관리되는 모든 색합성 인스턴스의 경계 영역을 계산한다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic bool CalcTotalRange(
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 값.
Return Value
Type:
Boolean 성공이면 true, 실패이면 false.
See Also