CogIPOneImageTool RegionMode Property Cognex VisionPro 9.20
The RegionMode specifies how the region should be interpreted. The Region is only applied to the first operator in the Operators collection.

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

public CogRegionModeConstants RegionMode { get; set; }

Property Value

Type: CogRegionModeConstants
The default value is PixelAlignedBoundBox
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentExceptionIf the value is not a member of RegionModeConstants
Remarks

Specifies how the Region property should be interpreted.

See Also