Enumeration of modes for accessing pixel data of an image.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Read | 1 | Data are read-only. | |
| Write | 2 | Data are write-only. | |
| ReadWrite | 3 | Data can be both read and written. |
See Also