|
libsf3
|
An instruction to draw a circle. More...
#include <sf3_vector_graphic.h>

Data Fields | |
| uint8_t | type |
| struct sf3_shape_fill | fill |
| The shapes' drawing parameters. | |
| struct sf3_shape_bounds | bounds |
| The bounding box of the shape. | |
An instruction to draw a circle.
Definition at line 126 of file sf3_vector_graphic.h.
| struct sf3_shape_bounds sf3_circle_instruction::bounds |
The bounding box of the shape.
Definition at line 131 of file sf3_vector_graphic.h.
| struct sf3_shape_fill sf3_circle_instruction::fill |
The shapes' drawing parameters.
Definition at line 129 of file sf3_vector_graphic.h.
| uint8_t sf3_circle_instruction::type |
Definition at line 127 of file sf3_vector_graphic.h.