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

An instruction to draw a rectangle. More...

#include <sf3_vector_graphic.h>

Collaboration diagram for sf3_rectangle_instruction:
Collaboration graph
[legend]

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.
 

Detailed Description

An instruction to draw a rectangle.

Definition at line 135 of file sf3_vector_graphic.h.

Field Documentation

◆ bounds

struct sf3_shape_bounds sf3_rectangle_instruction::bounds

The bounding box of the shape.

Definition at line 140 of file sf3_vector_graphic.h.

◆ fill

struct sf3_shape_fill sf3_rectangle_instruction::fill

The shapes' drawing parameters.

Definition at line 138 of file sf3_vector_graphic.h.

◆ type

uint8_t sf3_rectangle_instruction::type

Definition at line 136 of file sf3_vector_graphic.h.


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