Method SaveBitmapToPng
SaveBitmapToPng(SKBitmap, string)
Saves the specified bitmap to a PNG file at the given path.
public static void SaveBitmapToPng(SKBitmap bitmap, string fileName)
Saves the specified bitmap to a PNG file at the given path.
public static void SaveBitmapToPng(SKBitmap bitmap, string fileName)