Line width (in screen pixels) of this graphic.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
public override int LineWidthInScreenPixels { get; set; }public override int LineWidthInScreenPixels { get; set; }Public Overrides Property LineWidthInScreenPixels As Integer
Get
Set
Public Overrides Property LineWidthInScreenPixels As Integer
Get
Set
public:
virtual property int LineWidthInScreenPixels {
int get () override;
void set (int value) override;
}public:
virtual property int LineWidthInScreenPixels {
int get () override;
void set (int value) override;
}Property Value
Type:
Int32Default Value: 1
Implements
IGraphic LineWidthInScreenPixelsGets the width of the line used to draw the IGraphic in pixels.