IPlatformRenderInterface.

LoadBitmap(Stream) Method

Summary

Loads a bitmap implementation from a file..
Namespace
Avalonia.Platform
Containing Type
IPlatformRenderInterface

Syntax

IBitmapImpl LoadBitmap(Stream stream)

Parameters

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

Return Value

Type Description
IBitmapImpl An IBitmapImpl.