LineStyle Constructor (Single) |
Constructs a line style with the specified line width
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public LineStyle(
float lineWidth
)
Public Sub New (
lineWidth As Single
)
Parameters
- lineWidth
- Type: SystemSingle
The line width
See Also