SkiaSharp.Views.Maui Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types for integrating SkiaSharp with .NET MAUI applications.
Classes
| Name | Description |
|---|---|
| Extensions |
Provides extension methods for converting between SkiaSharp and .NET MAUI Graphics types. |
| SKPaintGLSurfaceEventArgs |
Provides data for the PaintSurface event. |
| SKPaintSurfaceEventArgs |
Provides data for the PaintSurface event. |
| SKTouchEventArgs |
Provides data for the Touch event. |
Interfaces
| Name | Description |
|---|---|
| ISKBitmapImageSource |
Defines the interface for an image source backed by an SKBitmap. |
| ISKCanvasView |
Defines the interface for a software-rendered SkiaSharp canvas view in .NET MAUI. |
| ISKGLView |
Defines the interface for a GPU-accelerated SkiaSharp view in .NET MAUI. |
| ISKImageImageSource |
Defines the interface for an image source backed by an SKImage. |
| ISKPictureImageSource |
Defines the interface for an image source backed by an SKPicture. |
| ISKPixmapImageSource |
Defines the interface for an image source backed by an SKPixmap. |
Enums
| Name | Description |
|---|---|
| SKMouseButton |
Specifies which mouse button was used in a touch event. |
| SKTouchAction |
Specifies the type of touch action that occurred. |
| SKTouchDeviceType |
Specifies the type of input device that generated a touch event. |