次の方法で共有


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 (Manipulations_i.c を含む)

関連項目

IManipulationProcessor

InitialExpansionVelocity

メソッド