CogCopyRegionTool InputImage Property Cognex VisionPro
The tool will copy a portion of this image, or the entire image if Region=NULL. If FillRegion=True then InputImage is optional and used only to map the region into pixel coordinates.

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

public ICogImage InputImage { 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 to copy to OutputImage. Region specifies that portion of the image that will be copies. If Region is NULL, the tool uses the entire InputImage.

If CogCopyRegion.FillRegion is True, then InputImage is optional and used only to map Region to pixel coordinates.

See Also