CogCopyRegion FillBoundingBoxValue Property Cognex VisionPro 9.24
If FillBoundingBox=True, specifies the value with which to fill the bounding box outside the region. Otherwise, this property is ignored.

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

public int FillBoundingBoxValue { 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 FillBoundingBox is True, specifies the value with which to fill the bounding box outside the region. Otherwise, this property is ignored.

Default Value: 0

See Also