Specifies the value with which to fill clipped pixels if ClipMode=cogAffineTransformClipModeFill.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32Events
| Event Type | Reason |
|---|---|
| CogAffineTransform Changed | Fires when the fill value changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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