|
XDMBandGetCenter Method
|
영상 밴드의 중심 좌표를 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic void GetCenter(
ref int CenterX,
ref int CenterY
)
Parameters
- CenterX Int32
- [Out] 중심점의 x방향 위치값.
- CenterY Int32
- [Out] 중심점의 y방향 위치값.
See Also