共用方式為


IUIAnimationVariable2::SetRoundingMode 方法 (uianimation.h)

設定動畫變數的四捨五入模式。

語法

HRESULT SetRoundingMode(
  [in] UI_ANIMATION_ROUNDING_MODE mode
);

參數

[in] mode

四捨五入模式。

傳回值

如果成功,則傳回S_OK;否則為 HRESULT 錯誤碼。 如需錯誤碼的清單,請參閱 Windows 動畫錯誤 碼。

備註

動畫變數的四捨五入模式會決定浮點值如何轉換成整數。 每個變數的預設模式都是 UI_ANIMATION_ROUNDING_NEAREST

規格需求

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

另請參閱

IUIAnimationVariable2

IUIAnimationVariable2::GetFinalIntegerValue

IUIAnimationVariable2::GetIntegerValue

IUIAnimationVariable2::GetPreviousIntegerValue

UI_ANIMATION_ROUNDING_MODE