|
libsf3
|
Description of a shape's outline. More...
#include <sf3_vector_graphic.h>

Data Fields | |
| uint16_t | count |
| The number of edges stored in the outline. | |
| struct sf3_point | edges [] |
| The edge points of the outline. | |
Description of a shape's outline.
Definition at line 58 of file sf3_vector_graphic.h.
| uint16_t sf3_shape_outline::count |
The number of edges stored in the outline.
Definition at line 60 of file sf3_vector_graphic.h.
| struct sf3_point sf3_shape_outline::edges[] |
The edge points of the outline.
Definition at line 62 of file sf3_vector_graphic.h.