CogImage8Interlaced Copy Method (CogImageCopyModeConstants)Cognex VisionPro 9.22
Crate a copy of this image in a new image. Pixels may be shared between images by specifying CopyMode=SharePixels.
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.0.0.0
Syntax

public CogImage8Interlaced Copy(
	CogImageCopyModeConstants copyMode
)

Return Value

Type: CogImage8Interlaced
Type: CogImage8Interlaced. The new image.

Return Value

Type: CogImage8Interlaced

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