Specifies whether copying will be performed strictly within the confines of the region specified or within the image aligned bounding box of the region.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.0.0.0
Syntax
Property Value
Type: CogRegionModeConstantsEvents
| Event Type | Reason |
|---|---|
| CogCopyRegion Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The region mode is not AffineTransform or PixelAlignedBoundingBox. |
Remarks
Specifies whether copying will be performed strictly within the confines of Region or within the image aligned bounding box of the region.
Default Value: PixelAlignedBoundingBoxAdjustMask
See Also