Pixel value at given location.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Return Value
Type: UInt16The pixel value at the location specified by x and y.
Exceptions
| Exception | Condition |
|---|---|
| ImageException | Allocate has not yet been called. |
| ImageException | x or y is outside of this image (less than 0, or greater than or equal to Width or Height). |
See Also