Enumeration of modes that image copying supports.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.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. | |
| FullCopy | 3 | Copies everything including pixel data, coordinate space tree and PixelFromRoot transform. |
See Also