Gets the number of clamped pixels from the rendering operation.
Namespace: Cognex.VisionPro.CADAssembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 79.0.0.0
public int NumClampedPixels { get; }public int NumClampedPixels { get; }Public ReadOnly Property NumClampedPixels As Integer
Get
Public ReadOnly Property NumClampedPixels As Integer
Get
public:
property int NumClampedPixels {
int get ();
}public:
property int NumClampedPixels {
int get ();
}Property Value
Type:
Int32.
The number of clamped pixels.
| Exception | Condition |
|---|
| ObjectDisposedException |
If the object has been disposed.
|
During the rendering process, if a pixel value is greater than 65535, it is clamped and set to 65535.