Method SaveImageToDownloads
SaveImageToDownloads(SKImage)
Saves the specified image to the user's Downloads folder with a unique filename. Image is saved in PNG format.
public static void SaveImageToDownloads(SKImage image)
Parameters
Remarks
The image is saved in PNG format. A unique filename is automatically generated to avoid overwriting existing files in the Downloads folder.