Table of Contents

Interface IStateEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public interface IStateEffect : ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
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.

void UpdateState()