CogCADToRangeResult NumClampedPixels Property Cognex VisionPro 9.7
Gets the number of clamped pixels from the rendering operation.

Namespace: Cognex.VisionPro.CAD
Assembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 73.0.0.0
Syntax

public int NumClampedPixels { get; }

Property Value

Type: Int32
. The number of clamped pixels.
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
Remarks

During the rendering process, if a pixel value is greater than 65535, it is clamped and set to 65535.
See Also