|
XDMCompManagerCalcCompRange Method
|
특정 색합성 인스턴스의 경계영역을 계산한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic bool CalcCompRange(
XDMComposite Comp,
ref double minx,
ref double maxx,
ref double miny,
ref double maxy
)
Parameters
- Comp XDMComposite
- [In] 입력 XDMComposite객체.
- minx Double
- [Out] 경계 영역의 최소 x 값.
- maxx Double
- [Out] 경계 영역의 최대 x 값.
- miny Double
- [Out] 경계 영역의 최소 y 값.
- maxy Double
- [Out] 경계 영역의 최대 y 값.
Return Value
Boolean 성공이면 true, 실패이면 false.
See Also