CogCopyRegion FillRegion Property Cognex VisionPro 9.25 SR1
Specifies whether to fill the destination region with FillRegionValue instead of copying pixels from the source image.

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

public bool FillRegion { 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 destination region with FillRegionValue (or with FillRegionPlane0Value, FillRegionPlane1Value, and FillRegionPlane2Value if the image is CogImage24PlanarColor) instead of copying pixels from the source image.

Default Value: False

See Also