Gets or sets the region mode. This controls how the optional run time
region is applied to the input image.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogRegionModeConstantsThe region mode. May be either PixelAlignedBoundingBox or PixelAlignedBoundingBoxAdjustMask. Default is PixelAlignedBoundingBoxAdjustMask. CogRegionModeConstants::AffineTransform is not a supported region mode.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag will be set:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the supplied argument is not either PixelAlignedBoundingBox or PixelAlignedBoundignBoxAdjustMask. |
See Also