Class representing a flattened path.
More...
#include <pdfgraphics.h>
Class representing a flattened path.
◆ wxPdfFlatPath()
wxPdfFlatPath::wxPdfFlatPath |
( |
const wxPdfShape * | shape, |
|
|
double | flatness = 1, |
|
|
int | limit = 10 ) |
◆ ~wxPdfFlatPath()
virtual wxPdfFlatPath::~wxPdfFlatPath |
( |
| ) |
|
|
virtual |
◆ CurrentSegment()
int wxPdfFlatPath::CurrentSegment |
( |
double | coords[] | ) |
|
Get current path segment.
- Parameters
-
[out] | coords | coordinates of current segment |
- Returns
- current segment type
◆ FetchSegment()
void wxPdfFlatPath::FetchSegment |
( |
| ) |
|
Fetch current path segment.
◆ InitIter()
void wxPdfFlatPath::InitIter |
( |
| ) |
|
Initialize path iterator.
◆ IsDone()
bool wxPdfFlatPath::IsDone |
( |
| ) |
|
|
inline |
Check whether path iterator is done.
◆ MeasurePathLength()
double wxPdfFlatPath::MeasurePathLength |
( |
| ) |
|
Measure flattened path length.
◆ Next()
void wxPdfFlatPath::Next |
( |
| ) |
|
◆ SubdivideCubic()
void wxPdfFlatPath::SubdivideCubic |
( |
| ) |
|
Subdivide cubic bezier curve path.
The documentation for this class was generated from the following file: