CogImageCopyModeConstants EnumerationCognex VisionPro 9.22
Enumeration of modes that image copying supports.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

public enum CogImageCopyModeConstants
Members

  Member nameValueDescription
CopyPixels0Copying the image copies the pixel data too.
SharePixels1Copying the image shares the pixel data with original image.
NoPixels2Copies everything in the image except the pixels.
Remarks

Enumeration of image copying modes.

See Also