Enumeration of modes that image copying supports.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| CopyPixels | 0 | Copying the image copies the pixel data too. | |
| SharePixels | 1 | Copying the image shares the pixel data with original image. | |
| NoPixels | 2 | Copies everything in the image except the pixels. |
Remarks
Enumeration of image copying modes.
See Also