libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_shape_outline Struct Reference

Description of a shape's outline. More...

#include <sf3_vector_graphic.h>

Collaboration diagram for sf3_shape_outline:
Collaboration graph
[legend]

Data Fields

uint16_t count
 The number of edges stored in the outline.
 
struct sf3_point edges []
 The edge points of the outline.
 

Detailed Description

Description of a shape's outline.

Definition at line 58 of file sf3_vector_graphic.h.

Field Documentation

◆ count

uint16_t sf3_shape_outline::count

The number of edges stored in the outline.

Definition at line 60 of file sf3_vector_graphic.h.

◆ edges

struct sf3_point sf3_shape_outline::edges[]

The edge points of the outline.

Definition at line 62 of file sf3_vector_graphic.h.


The documentation for this struct was generated from the following file: