Click or drag to resize
XDL

XDMBandGetCenter Method

영상 밴드의 중심 좌표를 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetCenter(
	ref int CenterX,
	ref int CenterY
)

Parameters

CenterX  Int32
[Out] 중심점의 x방향 위치값.
CenterY  Int32
[Out] 중심점의 y방향 위치값.
See Also