Gets or sets the region mode which specifies how the region
is applied to the input image.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax
Property Value
Type: CogRegionModeConstantsThe region mode which may be either PixelAlignedBoundingBox or PixelAlignedBoundingBoxAdjustMask. The default is PixelAlignedBoundingBoxAdjustMask.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when you attempt to set this to a value other than PixelAlignedBounding or PixelAlignedBoundingBoxAdjustMask. |
See Also