CogAffineTransform ClipFillValue Property Cognex VisionPro 9.8
Specifies the value with which to fill clipped pixels if ClipMode=cogAffineTransformClipModeFill.

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

public int ClipFillValue { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogAffineTransform Changed

Fires when the fill value changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is < 0 or > 255.

Remarks

Specifies the value with which to fill clipped pixels if ClipMode is set to Fill.

Default Value: 0

See Also