Bitmap.

Bitmap(Stream) Constructor

Summary

Initializes a new instance of the Bitmap class.
Namespace
Avalonia.Media.Imaging
Containing Type
Bitmap

Syntax

public Bitmap(Stream stream)

Parameters

Name Type Description
stream Stream The stream to read the bitmap from.

Return Value

Type Description
void