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