IImage CopyBase Method Cognex VisionPro 9.20

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

IImage CopyBase(
	ImageCopyModeConstants copyMode
)

Return Value

Type: IImage

The new image.

See Also