LineStyle Constructor (Single, LineCapStyle, LineJoinStyle) |
Constructs a style for a line with the specified width, cap and join styles
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public LineStyle(
float lineWidth,
LineCapStyle lineCapStyle,
LineJoinStyle lineJoinStyle
)
Public Sub New (
lineWidth As Single,
lineCapStyle As LineCapStyle,
lineJoinStyle As LineJoinStyle
)
Parameters
- lineWidth
- Type: SystemSingle
The line width in graphic units - lineCapStyle
- Type: ExpertPdf.PdfCreatorLineCapStyle
The line cap style - lineJoinStyle
- Type: ExpertPdf.PdfCreatorLineJoinStyle
The line join style
See Also