|
XDMBandReadPixel(Int32, Int32) Method
|
입력된 화소의 위치(XLZ, YLZ)로부터 픽셀값을 읽는다. 출력값을 무조건 double형으로 변환하여 반환한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic double ReadPixel(
int XLZ,
int YLZ
)
Parameters
- XLZ Int32
- [In] Column 위치.
- YLZ Int32
- [In] Row 위치.
Return Value
Double 픽셀 값.
See Also