共用方式為


IUIAnimationVariable::SetRoundingMode 方法 (uianimation.h)

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

語法

HRESULT SetRoundingMode(
  [in] UI_ANIMATION_ROUNDING_MODE mode
);

參數

[in] mode

動畫變數的舍入模式。

傳回值

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

備註

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

範例

如需範例,請參閱 建立動畫變數

需求

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

另請參閱

IUIAnimationVariable

IUIAnimationVariable::GetFinalIntegerValue

IUIAnimationVariable::GetIntegerValue

IUIAnimationVariable::GetPreviousIntegerValue

UI_ANIMATION_ROUNDING_MODE