PdfLineCapStyle Enumeration

Specifies the shape used at the endpoints of a stroked open path

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public enum PdfLineCapStyle

Members

Butt0 The stroke is squared off exactly at the endpoint, with no projection beyond it
Round1 A semicircular arc with diameter equal to the line width is drawn around the endpoint. The stroke is rounded off at the endpoint
ProjectingSquare2 The stroke continues beyond the endpoint by a distance equal to half the line width. The endpoint is squared off

See Also