Table of Contents

Method SaveImageToDownloads

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

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

image SKImage

The image to save. Must not be null.

Remarks

The image is saved in PNG format. A unique filename is automatically generated to avoid overwriting existing files in the Downloads folder.