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