wxPdfDocument 1.2.0
Classes | Enumerations
pdflinestyle.h File Reference

Interface of the line style class. More...

#include "wx/pdfdocdef.h"
#include "wx/pdfarraydouble.h"
#include "wx/pdfcolour.h"

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...
 

Detailed Description

Interface of the line style class.

Enumeration Type Documentation

◆ wxPdfLineCap

Line Cap options.

Enumerator
wxPDF_LINECAP_NONE 
wxPDF_LINECAP_BUTT 
wxPDF_LINECAP_ROUND 
wxPDF_LINECAP_SQUARE 

◆ wxPdfLineJoin

Line join options.

Enumerator
wxPDF_LINEJOIN_NONE 
wxPDF_LINEJOIN_MITER 
wxPDF_LINEJOIN_ROUND 
wxPDF_LINEJOIN_BEVEL