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

An instruction to draw a closed polygon. More...

#include <sf3_vector_graphic.h>

Collaboration diagram for sf3_polygon_instruction:
Collaboration graph
[legend]

Data Fields

uint8_t type
 
struct sf3_shape_fill fill
 The shapes' drawing parameters.
 
struct sf3_shape_outline outline
 

Detailed Description

An instruction to draw a closed polygon.

Definition at line 116 of file sf3_vector_graphic.h.

Field Documentation

◆ fill

struct sf3_shape_fill sf3_polygon_instruction::fill

The shapes' drawing parameters.

Definition at line 119 of file sf3_vector_graphic.h.

◆ outline

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.

◆ type

uint8_t sf3_polygon_instruction::type

Definition at line 117 of file sf3_vector_graphic.h.


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