IPlatformRenderInterface.

LoadBitmap(string) Method

Summary

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

Syntax

IBitmapImpl LoadBitmap(string fileName)

Parameters

Name Type Description
fileName string The filename of the bitmap.

Return Value

Type Description
IBitmapImpl An IBitmapImpl.