EVO PDF Logo

LineStyle Constructor (Single, LineCapStyle, LineJoinStyle)

EVO PDF Client for .NET Core
Constructs a style for a line with the specified width, cap and join styles

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public LineStyle(
	float lineWidth,
	LineCapStyle lineCapStyle,
	LineJoinStyle lineJoinStyle
)

Parameters

lineWidth
Type: SystemSingle
The line width in graphic units
lineCapStyle
Type: EvoPdfClientLineCapStyle
The line cap style
lineJoinStyle
Type: EvoPdfClientLineJoinStyle
The line join style
See Also

Reference