Click or drag to resize
XDL

XDMBandSetSize Method

밴드의 row와 column 방향 크기를 설정한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void SetSize(
	int XSize,
	int YSize
)

Parameters

XSize  Int32
[In] column pixel의 수(width).
YSize  Int32
[In] row pixel의 수(height).
See Also