Enumeration of modes for accessing pixel data of an image.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.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. |
Remarks
Enumeration of modes for accessing pixel data of an image.
See Also