IImage CopyBase Method 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

IImage CopyBase(
	ImageCopyModeConstants copyMode
)

Return Value

Type: IImage

The new image.

See Also