AppHostBuilderExtensions.UseSkiaSharp(MauiAppBuilder) Method
Definition
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.
Registers SkiaSharp handlers and services with the MAUI application.
public static Microsoft.Maui.Hosting.MauiAppBuilder UseSkiaSharp(this Microsoft.Maui.Hosting.MauiAppBuilder builder);
Parameters
- builder
- MauiAppBuilder
The MauiAppBuilder to configure.
Returns
The MauiAppBuilder for method chaining.
Remarks
This method registers handlers for SKCanvasView and SKGLView, as well as image source services for SkiaSharp image types.