Click or drag to resize

LineStyle(Single, LineCapStyle, LineJoinStyle) Constructor

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

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
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