Module shapes

Source

Re-exportsยง

pub use self::bezier_shape::CubicBezierShape;
pub use self::bezier_shape::QuadraticBezierShape;
pub use self::circle_shape::CircleShape;
pub use self::ellipse_shape::EllipseShape;
pub use self::paint_callback::PaintCallback;
pub use self::paint_callback::PaintCallbackInfo;
pub use self::path_shape::PathShape;
pub use self::rect_shape::RectShape;
pub use self::shape::Shape;
pub use self::text_shape::TextShape;

Modulesยง

bezier_shape ๐Ÿ”’
circle_shape ๐Ÿ”’
ellipse_shape ๐Ÿ”’
paint_callback ๐Ÿ”’
path_shape ๐Ÿ”’
rect_shape ๐Ÿ”’
shape ๐Ÿ”’
The different shapes that can be painted.
text_shape ๐Ÿ”’