Summary
Initializes a new instance of the
Bitmap
class.
- Namespace
- Avalonia
.Media .Imaging - Containing Type
- Bitmap
Syntax
protected Bitmap(IBitmapImpl impl)
Parameters
Name | Type | Description |
---|---|---|
impl | IBitmapImpl | A platform-specific bitmap implementation. Bitmap class takes the ownership. |
Return Value
Type | Description |
---|---|
void |