CogIPTwoImageAdd RegionModeB Property Cognex VisionPro
The RegionModeB specifies how the region should be interpreted on InputImageB.

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

public CogRegionModeConstants RegionModeB { 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 RegionB parameter should be interpreted for InputImageB.

Default Value: PixelAlignedBoundingBoxAdjustMask

See Also