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