libsf3
|
An instruction to draw a rectangle. 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 rectangle.
Definition at line 135 of file sf3_vector_graphic.h.
struct sf3_shape_bounds sf3_rectangle_instruction::bounds |
The bounding box of the shape.
Definition at line 140 of file sf3_vector_graphic.h.
struct sf3_shape_fill sf3_rectangle_instruction::fill |
The shapes' drawing parameters.
Definition at line 138 of file sf3_vector_graphic.h.
uint8_t sf3_rectangle_instruction::type |
Definition at line 136 of file sf3_vector_graphic.h.