Expand description
The different shapes that can be painted.
Re-exports§
pub use crate::CubicBezierShape;
pub use crate::QuadraticBezierShape;
Structs§
- How to paint a circle.
- How to paint an ellipse.
- If you want to paint some 3D shapes inside an egui region, you can use this.
- Information passed along with
PaintCallback
(Shape::Callback
). - A path which can be stroked and/or filled (if closed).
- How to paint a rectangle.
- How rounded the corners of things should be
- How to paint some text on screen.
- Size of the viewport in whole, physical pixels.
Enums§
- A paint primitive such as a circle or a piece of text. Coordinates are all screen space points (not physical pixels).
Functions§
- Creates dashes from a line.
- Creates equally spaced filled circles from a line.