Table of Contents

Class BlurEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class BlurEffect : BaseImageFilterEffect, INotifyPropertyChanged, IDisposable, IImageEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
Inheritance
BlurEffect
Implements
Inherited Members
Extension Methods

Fields

AmountProperty

public static readonly BindableProperty AmountProperty

Field Value

BindableProperty

Properties

Amount

public double Amount { get; set; }

Property Value

double

NeedApply

public override bool NeedApply { get; }

Property Value

bool

Methods

CreateFilter(SKRect)

public override SKImageFilter CreateFilter(SKRect destination)

Parameters

destination SKRect

Returns

SKImageFilter