Click or drag to resize
XDL

XDMCompManagerCalcBandRange Method

특정 밴드의 경계 영역을 계산한다.

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

Parameters

Band
Type: Pixoneer.NXDL.NRSXDMBand
[In] 입력 XDMBand 객체.
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