CogHistogram RegionMode Property Cognex VisionPro 9.22
The RegionMode specifies how the region should be interpreted.

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

public CogRegionModeConstants RegionMode { get; set; }

Property Value

Type: CogRegionModeConstants
Events

Event TypeReason
CogHistogram Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

This new value is not cogRegionModeAffineTransform or cogRegionModePixelAlignedBoundingBox.

Remarks

Specifies how the Region parameter should be interpreted.

Default Value: cogRegionModePixelAlignedBoundingBoxAdjustMask

See Also