CogCopyRegionTool OutputImage Property Cognex VisionPro 9.22 SR1
If DestinationImage was non-NULL when the tool ran, this just returns a reference to that image. Otherwise it returns a reference to a new image created by the tool.

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

public ICogImage OutputImage { get; }

Property Value

Type: ICogImage
Remarks

The resulting image. If DestinationImage was not NULL when the tool ran, OutputImage returns a reference to that image. Otherwise it returns a reference to a new image created by the tool.

See Also