libsf3
|
An instruction to draw a closed polygon. More...
#include <sf3_vector_graphic.h>
Data Fields | |
uint8_t | type |
struct sf3_shape_fill | fill |
The shapes' drawing parameters. | |
struct sf3_shape_outline | outline |
An instruction to draw a closed polygon.
Definition at line 116 of file sf3_vector_graphic.h.
struct sf3_shape_fill sf3_polygon_instruction::fill |
The shapes' drawing parameters.
Definition at line 119 of file sf3_vector_graphic.h.
struct sf3_shape_outline sf3_polygon_instruction::outline |
The edge points of the outline of the polygon as in counter-clockwise order.
Definition at line 122 of file sf3_vector_graphic.h.
uint8_t sf3_polygon_instruction::type |
Definition at line 117 of file sf3_vector_graphic.h.