Click or drag to resize
XDL

XDMCompManagerCalcCompRange Method

특정 색합성 인스턴스의 경계영역을 계산한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool CalcCompRange(
	XDMComposite Comp,
	ref double minx,
	ref double maxx,
	ref double miny,
	ref double maxy
)

Parameters

Comp
Type: Pixoneer.NXDL.NRSXDMComposite
[In] 입력 XDMComposite객체.
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