Bitmap.

Save(string) Method

Summary

Saves the bitmap to a file.
Namespace
Avalonia.Media.Imaging
Containing Type
Bitmap

Syntax

public void Save(string fileName)

Parameters

Name Type Description
fileName string The filename.

Return Value

Type Description
void