tbx
0.7.6
|
Move to (x, y) starting new subpath. More...
#include <drawpath.h>
Public Member Functions | |
DrawElementMoveInternal (int ix, int iy) | |
Construct a new move element. More... | |
![]() | |
ElementType | type () const |
Public Attributes | |
int | x |
int | y |
Additional Inherited Members | |
![]() | |
enum | ElementType { END, CONTINUATION, MOVE, MOVE_INTERNAL, CLOSE_GAP, CLOSE_LINE, BEZIER, GAP, LINE } |
Draw element types. | |
![]() | |
static int | size_in_words (ElementType type) |
Return the size of each Draw element type. | |
![]() | |
DrawElement (ElementType type) | |
Move to (x, y) starting new subpath.
The new subpath does not affect winding numbers when filling. This is mainly for internal use and rarely used by applications.
|
inline |
Construct a new move element.
ix | x coordinate in user coordinates |
iy | y coordinate in user coordinates |