wxPdfDocument 1.2.0
Classes | Enumerations
pdfshape.h File Reference

Interface of the wxPdfShape class. More...

#include <wx/dynarray.h>
#include "wx/pdfdocdef.h"
#include "wx/pdfarraydouble.h"

Classes

class  wxPdfShape
 Class representing a shape consisting of line and curve segments. More...
 

Enumerations

enum  wxPdfSegmentType {
  wxPDF_SEG_UNDEFINED , wxPDF_SEG_MOVETO , wxPDF_SEG_LINETO , wxPDF_SEG_CURVETO ,
  wxPDF_SEG_CLOSE
}
 Shape segment types. More...
 

Detailed Description

Interface of the wxPdfShape class.

Enumeration Type Documentation

◆ wxPdfSegmentType

Shape segment types.

Enumerator
wxPDF_SEG_UNDEFINED 
wxPDF_SEG_MOVETO 
wxPDF_SEG_LINETO 
wxPDF_SEG_CURVETO 
wxPDF_SEG_CLOSE