Method ImageToBitmap NamespaceAlternet.Drawing AssemblyAlternet.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.