Pixel value at given location.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- x
- Type: System Int32
The pixel's x location.
- y
- Type: System Int32
The pixel's y location.
- value
- Type: System Byte
Exceptions
| Exception | Condition |
|---|---|
| CogImageNoPixelsException | Allocate(Int32, Int32) has not yet been called. |
Remarks
Returns the pixel value at given location.
See Also