次の方法で共有


CInterpolatorBase::CreateInstance

CInterpolatorBase のインスタンスを作成し、イベントを処理するカスタムのインターポレータへのポインターを格納します。

static COM_DECLSPEC_NOTHROW HRESULT CreateInstance(
   CCustomInterpolator* pInterpolator,
   IUIAnimationInterpolator **ppHandler
);

パラメーター

  • pInterpolator
    カスタムのインターポレータへのポインター。

  • ppHandler
    出力。この関数から制御が戻るときに、CInterpolatorBase のインスタンスへのポインターが格納されます。

必要条件

ヘッダー: afxanimationcontroller.h

参照

関連項目

CInterpolatorBase クラス