Class BaseChainedEffect
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
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
ctxDrawingContextdrawControlAction<DrawingContext>
Returns
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()