CogIPOneImageMultiplyConstant OverflowMode Property Cognex VisionPro 9.10
The mode used to handle overflow conditions that can occur while performing the multiply operation.

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

public CogIPOneImageMultiplyConstantOverflowModeConstants OverflowMode { get; set; }

Property Value

Type: CogIPOneImageMultiplyConstantOverflowModeConstants
Events

Event TypeReason
CogIPOneImageMultiplyConstant Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not Bounded or Wrap.

Remarks

The modeused to handle overflow conditions that can occur while performing the multiply operation. You can specify that result of the operation by clamped to the maximum value the at can be expressed by the selected OutputImageFormat or you can specify that the value wrap.

Default Value: cogIPOneImageMultiplyConstantOverflowModeBounded

See Also