Image8Grey Copy Method Cognex VisionPro 9.22

Create a copy of this image in a new image. While the pixels will be copied, the CoordinateSpaceTree and PixelFromRootTransform will be shared. Equivalent to calling Copy with copyMode as CopyPixels..

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

public Image8Grey Copy()

Return Value

Type: Image8Grey

The new image.

See Also