Table of Contents

Method ToSkBitmap

Namespace
DotNetBrowser.AvaloniaUi
Assembly
DotNetBrowser.AvaloniaUi.dll

ToSkBitmap(Bitmap)

Converts a Bitmap to the SkiaSharp SKBitmap.

public static SKBitmap ToSkBitmap(this Bitmap bitmap)

Parameters

bitmap Bitmap

The bitmap to convert.

Returns

SKBitmap

The converted SKBitmap instance.