IBitmapImpl.

Save(Stream) Method

Summary

Saves the bitmap to a stream in png format.
Namespace
Avalonia.Platform
Containing Type
IBitmapImpl

Syntax

void Save(Stream stream)

Parameters

Name Type Description
stream Stream The stream.

Return Value

Type Description
void