Edit

Share via


SkiaSharp.Views.Maui.Controls Namespace

Contains SkiaSharp views and image sources for .NET MAUI applications.

Classes

Name Description
AppHostBuilderExtensions

Provides extension methods for configuring SkiaSharp with MAUI.

GetPropertyValueEventArgs<T>

Provides event data for retrieving a property value from a renderer.

SKBitmapImageSource

An image source that wraps an SKBitmap for use with .NET MAUI image controls.

SKCanvasView

A .NET MAUI view that can be used to draw 2D graphics using SkiaSharp with software (CPU) rendering.

SKGLView

A .NET MAUI view that uses GPU acceleration for hardware-accelerated 2D graphics rendering with SkiaSharp.

SKImageImageSource

An image source that wraps an SKImage for use with .NET MAUI image controls.

SKPictureImageSource

An image source that wraps an SKPicture for use with .NET MAUI image controls.

SKPixmapImageSource

An image source that wraps an SKPixmap for use with .NET MAUI image controls.

Interfaces

Name Description
ISKCanvasViewController

Defines the controller interface for SKCanvasView to communicate with platform renderers.

ISKGLViewController

Defines the controller interface for SKGLView to communicate with platform renderers.