Table of Contents

Class BaseChainedEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class BaseChainedEffect : SkiaEffect, INotifyPropertyChanged, IDisposable, IRenderEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
Inheritance
BaseChainedEffect
Implements
Derived
Inherited Members
Extension Methods

Properties

Paint

public SKPaint Paint { get; set; }

Property Value

SKPaint

Methods

Draw(DrawingContext, Action<DrawingContext>)

Returns true if has drawn control itsself, otherwise it will be drawn over it

public virtual ChainEffectResult Draw(DrawingContext ctx, Action<DrawingContext> drawControl)

Parameters

ctx DrawingContext
drawControl Action<DrawingContext>

Returns

ChainEffectResult

OnDisposing()

protected override void OnDisposing()

Update()

You MUST clear any cached resources as soon as this is called. Not on next draw!

public override void Update()