Summary
Saves the bitmap to a stream in png format.
- Namespace
- Avalonia
.Media .Imaging - Containing Type
- IBitmap
Syntax
void Save(Stream stream)
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | The stream. |
Return Value
Type | Description |
---|---|
void |