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