Edit

Extensions.ToSKBitmap(Bitmap) Method

Definition

Converts a System.Drawing bitmap into a SkiaSharp bitmap.

public static SkiaSharp.SKBitmap ToSKBitmap(this System.Drawing.Bitmap bitmap);

Parameters

bitmap
Bitmap

The System.Drawing bitmap.

Returns

Returns a copy of the bitmap data as a SkiaSharp bitmap.

Applies to