LineStyle(Single, LineCapStyle, LineJoinStyle) Constructor
Constructs a style for a line with the specified width, cap and join styles
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public LineStyle(
float lineWidth,
LineCapStyle lineCapStyle,
LineJoinStyle lineJoinStyle
)
Public Sub New (
lineWidth As Single,
lineCapStyle As LineCapStyle,
lineJoinStyle As LineJoinStyle
)
Parameters
- lineWidth Single
- The line width in graphic units
- lineCapStyle LineCapStyle
- The line cap style
- lineJoinStyle LineJoinStyle
- The line join style