CogImage8Grey Copy Method (CogImageCopyModeConstants)Cognex VisionPro 9.5
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: 69.0.0.0
Syntax

public CogImage8Grey Copy(
	CogImageCopyModeConstants copyMode
)

Return Value

Type: CogImage8Grey

The new image.

Remarks

Creates a copy of this image in a new image. Pixels may be shared between images by specifying copyMode as SharePixels.

See Also