Click or drag to resize
XDL

XDMBandSetCenter Method

영상 밴드의 중심 좌표를 설정한다.

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

Parameters

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