| ICanvasAnimatedControl Methods |
The ICanvasAnimatedControl type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateCoreIndependentInputSource | Creates an input source that can process input on a non-UI thread (such as the game loop thread). | |
| Invalidate | Marks this control as requiring redrawing. | |
| RemoveFromVisualTree | Removes the control from the last FrameworkElement it was parented to. | |
| ResetElapsedTime | Ensures that only a single Update event will be raised on the next iteration of the game loop. | |
| RunOnGameLoopThreadAsync | Schedules the provided callback to run asynchronously on the game loop thread. |