CogCopyRegionTool Region Property Cognex VisionPro 9.20
Which portion of the InputImage shall be copied. If Region is NULL then the entire InputImage is copied.

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

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The region of the InputImage to copy to the OutputImage. The RegionMode determines how the input region is used to control which pixels are considered and which are ignored. If no region is supplied, the tool uses the entire InputImage.

Default Value: Null

See Also