CogCopyRegion RegionMode Property Cognex VisionPro 9.8
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.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.1.0.0
Syntax

public CogRegionModeConstants RegionMode { get; set; }

Property Value

Type: CogRegionModeConstants
Events

Event TypeReason
CogCopyRegion Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
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