Bitmap.

Save(Stream) Method

Summary

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

Syntax

public void Save(Stream stream)

Parameters

Name Type Description
stream Stream The stream.

Return Value

Type Description
void