Create a copy of this image. Pixel and mask data
may be shared between images by specifying CopyMode to be
CogImageCopyModeConstants.SharePixels.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 79.0.0.0
Syntax
Parameters
- CopyMode
- Type: Cognex.VisionPro CogImageCopyModeConstants
How to copy. May be SharePixels, CopyPixels, or NoPixels.
Return Value
Type: ICogImageImplements
ICogImage CopyBase(CogImageCopyModeConstants)See Also