次の方法で共有


IUIAnimationInterpolator2::GetPrimitiveInterpolation メソッド (uianimation.h)

指定したアニメーションカーブのプリミティブ補間を生成します。

構文

HRESULT GetPrimitiveInterpolation(
  [in] IUIAnimationPrimitiveInterpolation *interpolation,
  [in] UINT                               cDimension
);

パラメーター

[in] interpolation

カスタム アニメーション曲線情報を定義する オブジェクト。

[in] cDimension

新しいセグメントを適用するディメンション。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。 エラー コードの一覧については、「 Windows アニメーション エラー コード 」を参照してください。

要件

要件
サポートされている最小のクライアント Windows 8、Windows 7、および Windows 7 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー サポートなし
対象プラットフォーム Windows
ヘッダー uianimation.h
[DLL] UIAnimation.dll

こちらもご覧ください

IUIAnimationInterpolator2

IUIAnimationPrimitiveInterpolation