Click or drag to resize
XDL

XDMBandGetSize Method

밴드의 row와 column 방향 크기를 얻는다.

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

Parameters

XSize  Int32
[Out] column pixel의 수.
YSize  Int32
[Out] row pixel의 수.
See Also