Module firefly_rust::shapes
source · Expand description
Structs for working with shapes as values.
The graphics module provides functions for drawing shapes. This modules provides useful struct for when you need to store or manipulate a shape before it can be drawn.
Structs§
- A wrapper for draw_arc.
- A wrapper for draw_circle.
- A wrapper for draw_ellipse.
- A wrapper for draw_line.
- A wrapper for draw_rect.
- A wrapper for draw_rounded_rect.
- A wrapper for draw_sector.
- A wrapper for draw_triangle.