tbx
0.7.3
|
Bezier curve to element. More...
#include <drawpath.h>
Public Member Functions | |
DrawElementBezier (int icx1, int icy1, int icx2, int icy2, int ix, int iy) | |
![]() | |
ElementType | type () const |
Public Attributes | |
int | cx1 |
First control x coordinate. | |
int | cy1 |
First control y coordinate. | |
int | cx2 |
Second control x coordinate. | |
int | cy2 |
Second control y coordinate. | |
int | x |
End point x coordinate. | |
int | y |
End point y coordinate. | |
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) | |
Bezier curve to element.