Click or drag to resize
XDL

XDMBandReadPixel(XGrid, Int32, Int32) Method

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

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

Parameters

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

Return Value

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