Edit

Extensions.ToSKImage(Bitmap) Method

Definition

Converts a System.Drawing bitmap into a SkiaSharp image.

public static SkiaSharp.SKImage ToSKImage(this System.Drawing.Bitmap bitmap);

Parameters

bitmap
Bitmap

The System.Drawing bitmap.

Returns

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

Applies to