Class BitmapLoadedEventArgs
- Namespace
- DrawnUi.Infrastructure.Models
- Assembly
- DrawnUi.Maui.dll
public class BitmapLoadedEventArgs : ContentLoadedEventArgs
- Inheritance
-
BitmapLoadedEventArgs
- Inherited Members
- Extension Methods
Constructors
BitmapLoadedEventArgs(string, SKBitmap)
public BitmapLoadedEventArgs(string content, SKBitmap bitmap)
Parameters
Properties
Bitmap
public SKBitmap Bitmap { get; }