|
PdfLineStyle Constructor (Single, PdfLineCapStyle, PdfLineJoinStyle) |
Constructs a style for a line with the specified width, cap and join styles.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfLineStyle(
float lineWidth,
PdfLineCapStyle lineCapStyle,
PdfLineJoinStyle lineJoinStyle
)
Public Sub New (
lineWidth As Single,
lineCapStyle As PdfLineCapStyle,
lineJoinStyle As PdfLineJoinStyle
)
Parameters
- lineWidth
- Type: SystemSingle
The line width. - lineCapStyle
- Type: SelectPdfPdfLineCapStyle
The line cap style. - lineJoinStyle
- Type: SelectPdfPdfLineJoinStyle
The line join style.
See Also