Table of Contents

Class StateEffect

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

Methods

UpdateState()

Will be invoked before actually painting but after gestures processing and other internal calculations. By SkiaControl.OnBeforeDrawing method. Beware if you call Update() inside will never stop updating.

public virtual void UpdateState()