![]() |
wxPdfDocument 1.3.1
|
Interface of the line style class. More...
Classes | |
| class | wxPdfLineStyle |
| Class representing line styles. More... | |
Enumerations | |
| enum | wxPdfLineCap { wxPDF_LINECAP_NONE = -1 , wxPDF_LINECAP_BUTT = 0 , wxPDF_LINECAP_ROUND = 1 , wxPDF_LINECAP_SQUARE = 2 } |
| Line Cap options. More... | |
| enum | wxPdfLineJoin { wxPDF_LINEJOIN_NONE = -1 , wxPDF_LINEJOIN_MITER = 0 , wxPDF_LINEJOIN_ROUND = 1 , wxPDF_LINEJOIN_BEVEL = 2 } |
| Line join options. More... | |
Interface of the line style class.
| enum wxPdfLineCap |
| enum wxPdfLineJoin |