共用方式為


IUIAnimationTimerEventHandler::OnRenderingTooSlow 方法 (uianimation.h)

處理動畫轉譯幀速率低於最低所需的幀速率時所發生的事件。

語法

HRESULT OnRenderingTooSlow(
  [in] UINT32 framesPerSecond
);

參數

[in] framesPerSecond

目前的幀速率,以每秒的畫面格為單位。

傳回值

如果方法成功,它會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。 如需錯誤碼的清單,請參閱 UIAnimation 錯誤碼

備註

使用 IUIAnimationTimer::SetFrameRateThreshold 方法指定最小所需的幀速率。

規格需求

需求
最低支援的用戶端 適用於 Windows Vista 的 Windows 7、Windows Vista 和平臺更新 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 uianimation.h
Dll UIAnimation.dll

另請參閱

IUIAnimationTimer::SetFrameRateThreshold

IUIAnimationTimer::SetTimerEventHandler

IUIAnimationTimerEventHandler