Gets/sets the line width used for rendering the shapes.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public virtual int LineWidthInScreenPixels { get; set; }public virtual int LineWidthInScreenPixels { get; set; }Public Overridable Property LineWidthInScreenPixels As Integer
Get
Set
Public Overridable Property LineWidthInScreenPixels As Integer
Get
Set
public:
virtual property int LineWidthInScreenPixels {
int get ();
void set (int value);
}public:
virtual property int LineWidthInScreenPixels {
int get ();
void set (int value);
}Property Value
Type:
Int32
The line width in screen pixels used for rendering shapes.
| Exception | Condition |
|---|
| ArgumentException |
From setter if lineWidthInScreenPixels is less than 1.
|