Click or drag to resize
XDL

XDMBandReadPixel Method (XGrid, Int32, Int32)

입력된 화소 위치(XLZ, YLZ)의 픽셀값을 읽는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool ReadPixel(
	ref XGrid grid,
	int XLZ,
	int YLZ
)

Parameters

grid
Type: Pixoneer.NXDLXGrid
[Out] 출력 화소값을 담고 있는 XGrid객체. XGrid객체는 1x1에 대한 하나의 화소만을 포함한다.
XLZ
Type: SystemInt32
[In] Column 위치.
YLZ
Type: SystemInt32
[In] Row 위치.

Return Value

Type: Boolean
성공이면 true, 실패하면 false
See Also