Method SaveImageToPng
SaveImageToPng(SKImage, string)
Saves an SKImage instance to a file in PNG format.
public static void SaveImageToPng(SKImage image, string fileName)
Parameters
Exceptions
- ArgumentNullException
Thrown if
imageorfileNameis null.- IOException
Thrown if the file cannot be written.