JoeScan.JCamNet Namespace

ScannerImage..::..GetPixel Method

Return a single pixel from the image.

Namespace:  JoeScan.JCamNet
Assembly:  JoeScan.JCamNet (in JoeScan.JCamNet.dll)

Syntax


public byte GetPixel(
	int x,
	int y
)

Parameters

x
Type: Int32
X, sample
y
Type: Int32
Y, line

Return Value

Remarks


Using this method to access the data is not recommended for performance reasons.