LineStyle(Single, LineCapStyle, LineJoinStyle) Constructor

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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