Create a copy of this image in a new image. Pixels may be shared between images by specifying CopyMode=cogImageCopyModeSharePixels.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax
Parameters
- copyMode
- Type: Cognex.VisionPro CogImageCopyModeConstants
The copy mode.
Return Value
Type: ICogImageThe new image.
Implements
ICogImage CopyBase(CogImageCopyModeConstants)Remarks
Creates a copy of this image in a new image. Pixels may be shared between images by specifying SharePixels as the copy mode.
See Also