IBitmapImpl.

Save(string) Method

Summary

Saves the bitmap to a file.
Namespace
Avalonia.Platform
Containing Type
IBitmapImpl

Syntax

void Save(string fileName)

Parameters

Name Type Description
fileName string The filename.

Return Value

Type Description
void