CogCopyRegionTool DestinationClipped Property Cognex VisionPro 9.8
Returns True if the Region was partially or entirely outside the bounds of the OutputImage. This condition does not indicate an error and the tool will still copy as much of the region as possible in this case.

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

public bool DestinationClipped { get; }

Property Value

Type: Boolean
Remarks

Returns True if Region was partially or entirely outside the bounds of OutputImage. This condition is not an error; the tool will copy as much of the region as possible in this case.

See Also