ICogImage CopyBase Method Cognex VisionPro 9.22 SR1
Create a copy of this image in a new image. Pixels may be shared between images by specifying CopyMode=cogImageCopyModeSharePixels.

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

ICogImage CopyBase(
	CogImageCopyModeConstants copyMode
)

Return Value

Type: ICogImage

The new image.

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