Table of Contents

Method ImageToBitmap

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

ImageToBitmap(SKImage)

Converts an SKImage to an SKBitmap.

public static SKBitmap ImageToBitmap(SKImage image)

Parameters

image SKImage

The SKImage to convert.

Returns

SKBitmap

A new SKBitmap instance containing the pixel data from the specified image.