Click or drag to resize
XDL

XDMBandGetSize Method

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

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

Parameters

XSize
Type: SystemInt32
[Out] column pixel의 수.
YSize
Type: SystemInt32
[Out] row pixel의 수.
See Also