CogRLEBuffer GetPixel Method Cognex VisionPro 9.5
Pixel Value at the specified location in this RLE image.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public byte GetPixel(
	int x,
	int y
)

Return Value

Type: Byte
Exceptions

ExceptionCondition
CogRLEBufferNotInitializedException

The RLE buffer is not initialized.

Remarks

Pixel Value at the specified location in this RLE image.

See Also