Interface to an object that provides direct pointer access to 16-bit image pixel memory.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax
The ICogImage16PixelMemory type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Properties
| Name | Description | |
|---|---|---|
| Height | Returns the height of the pixel data. | |
| Scan0 | Returns the address of the upper-left pixel. | |
| Stride | Returns the offset in pixels from one row to the next. May be positive or negative. | |
| Width | Returns the width of the pixel data. |
See Also