Table of Contents

Method AdvanceAnimation

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

AdvanceAnimation(bool)

Advances the animation frame and notifies main loop that repainting needs to happen. Repeated calls are ignored based on SpinDelay.

public void AdvanceAnimation(bool setNeedsDraw = true)

Parameters

setNeedsDraw bool

Remarks

Ensure this method is called on the main UI thread e.g. via Invoke(Action)