#include <path2d.h>
Definition at line 58 of file path2d.h.
Data Fields | |
| LPVOID(* | Init )(LPVOID data) |
| Creates a handle based on path data. | |
| int(* | Next )(LPVOID h, PATHSEGMENT *segment) |
| Retrieves the next segment in the path data. | |
| void(* | Free )(LPVOID h) |
| Frees a handle created with this iterator. | |
| int(* | GetWinding )(LPVOID h) |
| Fill rule of the iterator. | |
|
|
Frees a handle created with this iterator.
|
|
|
Fill rule of the iterator. Either WIND_NONZERO or WIND_EVENODD. |
|
|
Creates a handle based on path data.
|
|
|
Retrieves the next segment in the path data. Returns 1 if a new segment is available, 0 if there are no more segments, or -1 if an error occurred. |
1.4.6-NO