SkiaSharp.Views 4.152.0-rc.1.26426.14

SkiaSharp.Views

NuGet NuGet downloads License: MIT

SkiaSharp.Views provides native SkiaSharp drawing views for Android, iOS, Mac Catalyst, macOS, tvOS, and Tizen applications. Each view owns the platform rendering surface and raises a familiar PaintSurface event so application code can draw with SKCanvas.

What you get

  • SKCanvasView for CPU-rendered, on-demand drawing.
  • GPU-backed views using OpenGL, Metal, or the platform's accelerated rendering surface.
  • Touch and input helpers, density-aware sizing, and explicit invalidation.
  • Platform-native view types that fit directly into each UI framework.

Get started

Install the package into a native platform application:

dotnet add package SkiaSharp.Views

Create the platform SKCanvasView and handle PaintSurface:

private void OnPaintSurface(object sender, SKPaintSurfaceEventArgs e)
{
    var canvas = e.Surface.Canvas;
    canvas.Clear(SKColors.White);

    using var paint = new SKPaint
    {
        Color = SKColors.CornflowerBlue,
        IsAntialias = true,
    };

    canvas.DrawCircle(e.Info.Width / 2f, e.Info.Height / 2f, 120, paint);
}

The namespace and native base type vary by target:

Target Namespace Primary view
Android SkiaSharp.Views.Android SKCanvasView
iOS and Mac Catalyst SkiaSharp.Views.iOS SKCanvasView
macOS SkiaSharp.Views.Mac SKCanvasView
tvOS SkiaSharp.Views.tvOS SKCanvasView
Tizen SkiaSharp.Views.Tizen SKCanvasView

Using another UI framework?

Choose the package that matches the application framework:

Framework Package
.NET MAUI SkiaSharp.Views.Maui.Controls
Blazor WebAssembly SkiaSharp.Views.Blazor
Windows Forms SkiaSharp.Views.WindowsForms
WPF SkiaSharp.Views.WPF
WinUI 3 SkiaSharp.Views.WinUI
GTK 3 or GTK 4 SkiaSharp.Views.Gtk3 or SkiaSharp.Views.Gtk4
Uno Platform SkiaSharp.Views.Uno.WinUI

Documentation and resources

Feedback and contributing

SkiaSharp is an open-source Microsoft project built with the .NET community. Use GitHub Discussions for questions, file bugs and feature requests in the issue tracker, and read the contributing guide to get involved.

This package is released under the MIT license.

Showing the top 20 packages that depend on SkiaSharp.Views.

Packages Downloads
Tizen.UIExtensions.ElmSharp
The Tizen.UIExtensions provides a set of advanced views and containers based on Tizen.NET UI Framework (ElmSharp).
17
Microsoft.Maui.Graphics.Skia
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains additional graphics and drawing APIs for using the SkiaSharp graphics engine with .NET MAUI Graphics.
16
Tizen.UIExtensions.ElmSharp
The Tizen.UIExtensions provides a set of advanced views and containers based on Tizen.NET UI Framework (ElmSharp).
16
Microsoft.Maui.Graphics.Skia
Package Description
16
Microsoft.Maui.Graphics.Skia
SkiaSharp implementation for Microsoft.Maui.Graphics.Skia
16

Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release notes.

.NET Framework 4.6.2

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 9.0

.NET 10.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 6.0

.NET Framework 4.8

.NET 9.0

.NET 10.0

Version Downloads Last updated
4.154.0-preview.1.26454.9 0 09/05/2026
4.153.0-rc.1.26456.2 0 09/17/2026
4.153.0-preview.1.26454.6 0 09/05/2026
4.152.1 0 09/17/2026
4.152.0 0 09/09/2026
4.152.0-rc.1.26426.14 1 08/29/2026
4.152.0-preview.1.1 1 08/29/2026
4.151.2 0 09/03/2026
4.151.1 1 08/29/2026
4.151.0 1 08/05/2026
4.151.0-rc.1.1 2 07/24/2026
4.151.0-preview.2.1 2 07/19/2026
4.151.0-preview.1.1 2 07/12/2026
4.150.3 0 09/02/2026
4.150.2 1 08/29/2026
4.150.1 2 07/19/2026
4.150.0 2 07/12/2026
4.150.0-rc.1.1 2 07/02/2026
4.150.0-preview.2.1 2 07/02/2026
4.150.0-preview.1.1 2 06/22/2026
4.148.0 2 07/02/2026
4.148.0-rc.1.2 2 06/22/2026
4.147.0-preview.3.1 2 05/26/2026
4.147.0-preview.2.1 4 05/17/2026
4.147.0-preview.1.1 5 05/04/2026
3.119.4 3 05/26/2026
3.119.4-preview.1.1 6 04/23/2026
3.119.3-preview.1.1 7 02/18/2026
3.119.2 7 02/09/2026
3.119.2-preview.3.1 7 02/09/2026
3.119.2-preview.2.3 7 02/09/2026
3.119.2-preview.1 9 11/04/2025
3.119.1 10 11/04/2025
3.119.1-preview.1 11 09/13/2025
3.119.0 14 05/22/2025
3.119.0-stable.1 14 05/22/2025
3.119.0-preview.1.2 15 04/13/2025
3.118.0-preview.2.3 16 03/21/2025
3.118.0-preview.1.2 16 03/21/2025
3.116.1 16 03/21/2025
3.116.0 16 03/21/2025
3.116.0-preview.6.1 16 03/21/2025
3.0.0-preview.5.4 16 03/21/2025
3.0.0-preview.4.1 15 03/21/2025
3.0.0-preview.3.1 16 03/21/2025
3.0.0-preview.2.1 16 03/21/2025
3.0.0-preview.1.8 16 03/21/2025
3.0.0-preview.0.132 16 03/21/2025
2.88.9 16 03/21/2025
2.88.9-preview.2.2 16 03/21/2025
2.88.9-preview.1.1 16 03/21/2025
2.88.8 16 03/21/2025
2.88.8-preview.1.1 17 03/21/2025
2.88.7 16 03/21/2025
2.88.6 16 03/21/2025
2.88.6-preview.1.2 16 03/21/2025
2.88.5 16 03/21/2025
2.88.4 16 03/21/2025
2.88.4-preview.96 16 03/21/2025
2.88.4-preview.95 18 03/21/2025
2.88.4-preview.89 16 03/21/2025
2.88.4-preview.84 16 03/21/2025
2.88.4-preview.82 15 03/21/2025
2.88.4-preview.76 16 03/21/2025
2.88.4-preview.70 16 03/21/2025
2.88.3 16 03/21/2025
2.88.2 15 03/21/2025
2.88.2-preview.8 16 03/21/2025
2.88.1 17 03/21/2025
2.88.1-preview.108 15 03/21/2025
2.88.1-preview.104 16 03/21/2025
2.88.1-preview.91 16 03/21/2025
2.88.1-preview.79 16 03/21/2025
2.88.1-preview.75 16 03/21/2025
2.88.1-preview.71 16 03/21/2025
2.88.1-preview.63 16 03/21/2025
2.88.1-preview.1 15 03/21/2025
2.88.0 17 03/21/2025
2.88.0-preview.266 15 03/21/2025
2.88.0-preview.256 15 03/21/2025
2.88.0-preview.254 16 03/21/2025
2.88.0-preview.232 16 03/21/2025
2.88.0-preview.209 17 03/21/2025
2.88.0-preview.187 16 03/21/2025
2.88.0-preview.179 16 03/21/2025
2.88.0-preview.178 16 03/21/2025
2.88.0-preview.155 16 03/21/2025
2.88.0-preview.152 16 03/21/2025
2.88.0-preview.150 16 03/21/2025
2.88.0-preview.145 16 03/21/2025
2.88.0-preview.140 16 03/21/2025
2.88.0-preview.139 16 03/21/2025
2.88.0-preview.127 16 03/21/2025
2.88.0-preview.120 16 03/21/2025
2.88.0-preview.61 15 03/21/2025
2.80.4 16 03/21/2025
2.80.4-preview.9 16 03/21/2025
2.80.4-preview.5 16 03/21/2025
2.80.4-preview.2 16 03/21/2025
2.80.3 16 03/21/2025
2.80.3-preview.93 16 03/21/2025
2.80.3-preview.90 16 03/21/2025
2.80.3-preview.40 16 03/21/2025
2.80.3-preview.24 16 03/21/2025
2.80.3-preview.18 16 03/21/2025
2.80.2 16 03/21/2025
2.80.2-preview.36 16 03/21/2025
2.80.2-preview.33 16 03/21/2025
2.80.2-preview.19 16 03/21/2025
2.80.2-preview.18 16 03/21/2025
2.80.2-preview.9 16 03/21/2025
2.80.1 16 03/21/2025
2.80.0 16 03/21/2025
2.80.0-preview.33 16 03/21/2025
2.80.0-preview.24 16 03/21/2025
2.80.0-preview.14 13 03/21/2025
2.80.0-preview.12 16 03/21/2025
2.80.0-preview.3 16 03/21/2025
1.68.3 15 03/21/2025
1.68.3-preview.2 15 03/21/2025
1.68.2.1 16 03/21/2025
1.68.2 16 03/21/2025
1.68.2-preview.60 15 03/21/2025
1.68.2-preview.50 16 03/21/2025
1.68.2-preview.45 16 03/21/2025
1.68.2-preview.43 16 03/21/2025
1.68.2-preview.39 17 03/21/2025
1.68.2-preview.29 17 03/21/2025
1.68.2-preview.21 15 03/21/2025
1.68.2-preview.17 16 03/21/2025
1.68.1.1 16 03/21/2025
1.68.1.1-preview.9 15 03/21/2025
1.68.1 16 03/21/2025
1.68.1-rc.172 15 03/21/2025
1.68.1-rc.170 14 03/21/2025
1.68.1-rc.169 16 03/21/2025
1.68.1-rc.165 16 03/21/2025
1.68.1-rc.153 16 03/21/2025
1.68.1-rc.147 16 03/21/2025
1.68.0 16 03/21/2025
1.68.0-preview28 16 03/21/2025
1.60.3 16 03/21/2025
1.60.2 16 03/21/2025
1.60.1 16 03/21/2025
1.60.0 16 03/21/2025
1.59.3 16 03/21/2025
1.59.2 16 03/21/2025
1.59.1.1 16 03/21/2025
1.59.1 16 03/21/2025
1.59.0 16 03/21/2025
1.58.1.1 16 03/21/2025
1.58.1 16 03/21/2025
1.58.0 16 03/21/2025
1.57.1 16 03/21/2025
1.57.0 16 03/21/2025
1.56.2 16 03/21/2025
1.56.1 16 03/21/2025
1.56.1-beta 16 03/21/2025
1.56.0 15 03/21/2025
1.55.1 17 03/21/2025
1.55.0 17 03/21/2025
1.54.1-beta1 16 03/21/2025