|
XDMBandGetSize Method
|
밴드의 row와 column 방향 크기를 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic void GetSize(
ref int XSize,
ref int YSize
)
Parameters
- XSize Int32
- [Out] column pixel의 수.
- YSize Int32
- [Out] row pixel의 수.
See Also