Image8Grey CopyBase Method Cognex VisionPro 9.10

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.10.0.0
Syntax

public IImage CopyBase(
	ImageCopyModeConstants copyMode
)

Return Value

Type: IImage

The new image.

Implements

IImage CopyBase(ImageCopyModeConstants)
See Also