#include <path2d.h>
Definition at line 77 of file path2d.h.
Data Fields | |
| PATHITERATOR * | iterator |
| Path iterator. | |
| LPVOID | data |
| Path data describing the path to flatten. | |
| MATRIX * | matrix |
| A matrix for transforming path segments before flattening the path. | |
| double | tolerance |
| Maximum error in line or quadratic curve approximation. | |
|
|
Path data describing the path to flatten. The data's format depends on the path iterator. |
|
|
Path iterator.
|
|
|
A matrix for transforming path segments before flattening the path. Can be NULL. |
|
|
Maximum error in line or quadratic curve approximation. The absolute value will be used. This value can't be 0. In most cases, the value 0.25 is appropriate. |
1.4.6-NO