Enum GState.LineCap
LineCap types
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum GState.LineCap
Fields
Name | Description |
---|---|
e_butt_cap | The stroke is squared off at the endpoint of the path. |
e_round_cap | A semicircular arc with a diameter equal to the line width. |
e_square_cap | squared off stroke continues beyond the endpoint of the path. |