CogImage8Grey 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

public virtual ICogImage CopyBase(
	CogImageCopyModeConstants copyMode
)

Return Value

Type: ICogImage

The 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