CogCopyRegionTool DestinationImage Property Cognex VisionPro 9.7
The image into which to copy the region of pixels, or Nothing to create a new image.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
Syntax

public ICogImage DestinationImage { get; set; }

Property Value

Type: ICogImage
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The image into which to copy the region of pixels, or Nothing to create a new image. If DestinationImage is not Nothing, OutputImage returns a reference to this image.

See Also