Expand description
Module for working with bitmap canvases.
Structs§
- Canvas
- A canvas for drawing images.
- Color
- A color with red, green, blue, and alpha components.
- Font
- A reference to a font.
- Image
Ref - A reference to an image.
- Path
- A 2D path.
- Path
Builder - A builder for paths.
- Point
- A 2D point.
- Rect
- A rectangle.
- Stroke
Style - The configuration options for drawing strokes.
Enums§
- Canvas
Error - Error type for canvas operations.
- Font
Weight - A standard typeface weight.
- LineCap
- The endpoint style of a line.
- Line
Join - The style of connected line joins.
- PathOp