Interface IStateEffect
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()