Method AdvanceAnimation
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)