CogImage16Grey Copy Method (CogImageCopyModeConstants)Cognex VisionPro
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: 65.1.0.0
Syntax

public CogImage16Grey Copy(
	CogImageCopyModeConstants copyMode
)

Return Value

Type: CogImage16Grey
See Also