CogCopyRegionTool SourceClipped Property Cognex VisionPro
Returns True if the Region was partially or entirely outside the bounds of the InputImage. 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: 65.1.0.0
Syntax

public bool SourceClipped { get; }

Property Value

Type: Boolean
Remarks

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

See Also