SkiaSharp.Views 4.153.0-preview.1.26454.6

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
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.
43
Microsoft.Maui.Graphics.Skia
Package Description
42
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.
42
Tizen.UIExtensions.NUI
The Tizen.UIExtensions provides a set of advanced views and containers based on Tizen.NET UI Framework (NUI).
42
Tizen.UIExtensions.NUI
The Tizen.UIExtensions provides a set of advanced views and containers based on Tizen.NET UI Framework (NUI).
41
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.
40
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.
39
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.
38
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.
37
Microsoft.Maui.Graphics.Skia
Package Description
37
Microsoft.Maui.Graphics.Skia
Package Description
36
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.
36
Microsoft.Maui.Graphics.Skia
Package Description
35
Microsoft.Maui.Graphics.Skia
Package Description
34

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

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET 10.0

.NET Framework 4.6.2

.NET Framework 4.8

.NET 6.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

.NET 9.0

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