Constructs a style for a line with the specified width, cap and join styles
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
public LineStyle( float lineWidth, LineCapStyle lineCapStyle, LineJoinStyle lineJoinStyle )
Parameters
- lineWidth
- Type: SystemSingle
The line width in graphic units - lineCapStyle
- Type: EvoPdf.HtmlToPdfClientLineCapStyle
The line cap style - lineJoinStyle
- Type: EvoPdf.HtmlToPdfClientLineJoinStyle
The line join style
See Also