Summary
Loads a bitmap implementation from a file..
- Namespace
- Avalonia
.Platform - Containing Type
- I
Platform Render Interface
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 . |