Namespace LMKit.Graphics.Drawing
Classes
- Brush
Represents a solid-colored brush used for filling the interior of shapes.
- Canvas
Provides a mutable, in-place drawing surface backed by an ImageBuffer. All drawing operations modify the underlying image directly and return the same Canvas instance for fluent method chaining.
- Pen
Represents a solid-colored pen used for drawing outlines of shapes. Encapsulates stroke properties such as thickness, color, line joins, line caps, miter limit, and alignment.
Enums
- LineCap
Defines the shape used to render the endpoints of a line or path segment.
- LineJoin
Defines how two connected line segments are joined at their corner.
- PenAlignment
Defines how a pen's stroke is positioned relative to the shape boundary.