CanvasTimingInformation Structure |
Namespace: Microsoft.Graphics.Canvas.UI
public struct CanvasTimingInformation
The CanvasTimingInformation type exposes the following members.
Name | Description | |
---|---|---|
ElapsedTime | Represents the amount of time, in ticks, since the last update. | |
IsRunningSlowly |
In fixed timing mode, indicates that each iteration of the game loop is
taking longer than TargetElapsedTime to complete.
| |
TotalTime | Represents the elapsed time, in ticks, for which this control has ever been running. | |
UpdateCount | The number of times the update event has been raised. |