Winnovative PDF Creator Library for .NET
LineCapStyle Enumeration
NamespacesWinnovative.PdfCreatorLineCapStyle
Winnovative PDF Creator Library for .NET
The line cap style
Declaration Syntax
C#Visual BasicVisual C++
public enum LineCapStyle
Public Enumeration LineCapStyle
public enum class LineCapStyle
Members
MemberDescription
Default
Default line cap style.

ButtCap
The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.

RoundCap
A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.

ProjectingSquareCap
The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is then squared off.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)