Click or drag to resize
XDL

XDMBandGetCenter Method

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

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

Parameters

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