Maui.Graphics
A cross-platform API for drawing 2D graphics in .NET applications

About Maui.Graphics
The Microsoft.Maui.Graphics
namespace provides a cross-platform 2D graphics canvas that
supports drawing and painting shapes and images, compositing operations, and graphical object
transforms. Read the
official
documentation
to get started.
Features
- Supports Windows, iOS, MacOS, Android, Tizen, and Linux
- Can be used to create graphics in any .NET application (not just MAUI apps)
- No dependencies on System.Drawing
- Supported abstractions include SkiaSharp, SharpDX, GDI, and more