CogCopyRegion FillRegionValue Property Cognex VisionPro 9.22
Specifies the value with which to fill the destination region if FillRegion=True.

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

public int FillRegionValue { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogCopyRegion Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

If FillRegion is True, specifies the value with which to fill the destination region.

Default Value: 255

See Also