IManipulationProcessor::GetExpansionVelocity 方法 (manipulations.h)
GetExpansionVelocity方法會計算目標物件展開的速率。
語法
HRESULT GetExpansionVelocity(
[out] FLOAT *expansionVelocity
);
參數
[out] expansionVelocity
展開率。
傳回值
傳回成功 時S_OK ,否則會傳回錯誤碼,例如 E_FAIL。
備註
當您使用 IInertiaProcessor 介面時,這個值很有用。 當操作完成時,您應該傳遞此值。
需求
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | manipulations.h (include Manipulations_i.c) |