CogIPTwoImageAdd RegionModeA Property Cognex VisionPro 9.5
The RegionModeA specifies how the region should be interpreted on InputImageA.

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

public CogRegionModeConstants RegionModeA { get; set; }

Property Value

Type: CogRegionModeConstants
Events

Event TypeReason
CogIPTwoImageAdd Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not AffineTransform or PixelAlignedBoundingBox.

Remarks

Specifies how the RegionA parameter should be interpreted for InputImageA.

Default Value: PixelAlignedBoundingBoxAdjustMask

See Also