LineStyle(Single, LineCapStyle, LineJoinStyle) Constructor

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public LineStyle(
	float lineWidth,
	LineCapStyle lineCapStyle,
	LineJoinStyle lineJoinStyle
)

Parameters

lineWidth  Single
The line width in graphic units
lineCapStyle  LineCapStyle
The line cap style
lineJoinStyle  LineJoinStyle
The line join style

See Also