CogCopyRegion FillBoundingBox Property Cognex VisionPro 9.20
Specifies whether to fill the bounding box with FillBoundingBoxValue instead of leaving it unchanged.

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

public bool FillBoundingBox { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogCopyRegion Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Specifies whether to fill the bounding box with FillBoundingBoxValue (or with FillBoundingBoxPlane0Value, FillBoundingBoxPlane1Value, and FillBoundingBoxPlane2Value if the image is CogImage24PlanarColor) instead of leaving it unchanged.

Default Value: True

See Also