'Declaration Public Enum LineCapStyle Inherits System.Enum
public enum LineCapStyle : System.Enum
'Declaration Public Enum LineCapStyle Inherits System.Enum
public enum LineCapStyle : System.Enum
Member | Description |
---|---|
Butt | The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path. |
ProjectingSquare | The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off. |
Round | A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.LineCapStyle