Click or drag to resize
XDL

XDMBandSetSize Method

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

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

Parameters

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