Summary
Loads a bitmap implementation from a file..
- Namespace
- Avalonia
.Platform - Containing Type
- I
Platform Render Interface
Syntax
IBitmapImpl LoadBitmap(string fileName)
Parameters
Name | Type | Description |
---|---|---|
fileName | string | The filename of the bitmap. |
Return Value
Type | Description |
---|---|
IBitmapImpl | An IBitmapImpl . |