Table of Contents

Method ToSkImage

Namespace
DotNetBrowser.AvaloniaUi
Assembly
DotNetBrowser.AvaloniaUi.dll

ToSkImage(Bitmap)

Converts a Bitmap to the SkiaSharp SKImage.

public static SKImage ToSkImage(this Bitmap bitmap)

Parameters

bitmap Bitmap

The bitmap to convert.

Returns

SKImage

The converted SKImage instance.