Image8Grey Copy Method (ImageCopyModeConstants)Cognex VisionPro 9.21 SR1

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

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public Image8Grey Copy(
	ImageCopyModeConstants copyMode
)

Return Value

Type: Image8Grey

The new image.

See Also