Constructs a style for a line with the specified width, cap and join styles
| C# | Visual Basic | Visual C++ |
public LineStyle( float lineWidth, LineCapStyle lineCapStyle, LineJoinStyle lineJoinStyle )
Public Sub New ( _ lineWidth As Single, _ lineCapStyle As LineCapStyle, _ lineJoinStyle As LineJoinStyle _ )
public: LineStyle( float lineWidth, LineCapStyle lineCapStyle, LineJoinStyle lineJoinStyle )
- lineWidth (Single)
- The line width in graphic units
- lineCapStyle (LineCapStyle)
- The line cap style
- lineJoinStyle (LineJoinStyle)
- The line join style