次の方法で共有


CCustomInterpolator::CCustomInterpolator

更新 : 2011 年 3 月

Visual Studio 2010 SP1 が必要です。

カスタムのインターポレータ オブジェクトを構築し、すべての値を既定値の 0 に設定します。

CCustomInterpolator();
CCustomInterpolator(
   UI_ANIMATION_SECONDS duration,
   DOUBLE finalValue
);

パラメーター

  • duration
    遷移の継続時間。

  • finalValue

解説

後で継続期間と最終値をコードで初期化する場合は、CCustomInterpolator::Init を使用します。

必要条件

ヘッダー: afxanimationcontroller.h

参照

その他の技術情報

CCustomInterpolator クラス

履歴の変更

日付

履歴

理由

2011 年 3 月

このコンテンツを追加。

SP1 機能変更