tbx
0.7.3
|
Close path with a line element. More...
#include <drawpath.h>
Additional Inherited Members | |
![]() | |
enum | ElementType { END, CONTINUATION, MOVE, MOVE_INTERNAL, CLOSE_GAP, CLOSE_LINE, BEZIER, GAP, LINE } |
Draw element types. | |
![]() | |
ElementType | type () const |
![]() | |
static int | size_in_words (ElementType type) |
Return the size of each Draw element type. | |
![]() | |
DrawElement (ElementType type) | |
Close path with a line element.
It is better to use one of these two to close a subpath than 2 or 3, because this guarantees a closed subpath.