Click or drag to resize

LineCap Enumeration

Represents line cap styles. The line cap style specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public enum LineCap
Members
Member nameValueDescription
Butt0 Butt cap.
Round1 Round cap.
Square2 Projecting square cap.
Remarks

TABLE 4.4 Line cap styles

StyleAppearanceDescription
ButtThe stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.
RoundA semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.
Square
See Also