Pixel Value at the specified location in this RLE image.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Parameters
- x
- Type: System Int32
X-coordinate of the pixel.
- y
- Type: System Int32
Y-coordinate of the pixel.
Return Value
Type: ByteExceptions
| Exception | Condition |
|---|---|
| CogRLEBufferNotInitializedException | The RLE buffer is not initialized. |
Remarks
Pixel Value at the specified location in this RLE image.
See Also