Constructs a style for a line with the specified width, cap and join styles

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public LineStyle(
	float lineWidth,
	LineCapStyle lineCapStyle,
	LineJoinStyle lineJoinStyle
)
Visual Basic
Public Sub New ( 
	lineWidth As Single,
	lineCapStyle As LineCapStyle,
	lineJoinStyle As LineJoinStyle
)
Visual C++
public:
LineStyle(
	float lineWidth, 
	LineCapStyle lineCapStyle, 
	LineJoinStyle lineJoinStyle
)

Parameters

lineWidth
Type: System..::..Single
The line width in graphic units
lineCapStyle
Type: EvoPdf..::..LineCapStyle
The line cap style
lineJoinStyle
Type: EvoPdf..::..LineJoinStyle
The line join style

See Also