Table of Contents

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

content string
bitmap SKBitmap

Properties

Bitmap

public SKBitmap Bitmap { get; }

Property Value

SKBitmap