[]
IUIAnimationTimer
[Guid("6B0EFAD1-A053-41d6-9085-33A689144665")]
public class Timer : ComObject, IDisposable, IUnknown
| Name | Description |
|---|---|
| Timer(IntPtr) | Initializes a new instance of the Timer class. |
| Name | Description |
|---|---|
| Create() | Initializes a new instance of the Timer class. |
| Disable() | HRESULT IUIAnimationTimer::Disable() |
| Enable() | HRESULT IUIAnimationTimer::Enable() |
| GetTime() | HRESULT IUIAnimationTimer::GetTime([Out] double* seconds) |
| IsEnabled_() | HRESULT IUIAnimationTimer::IsEnabled() |
| SetFrameRateThreshold(int) | HRESULT IUIAnimationTimer::SetFrameRateThreshold([In] unsigned int framesPerSecond) |
| SetTimerEventHandler(UpdateDelegate, UpdateDelegate, RenderingTooSlowDelegate) | Specifies a timer event handler. |
| SetTimerUpdateHandler(Manager2, IdleBehavior) | Specifies a timer update handler. |
| Name | Description |
|---|---|
| explicit operator Timer(IntPtr) |