次の方法で共有


CCustomInterpolator::GetDependencies

インターポレータの依存関係を取得します

virtual BOOL GetDependencies(
   UI_ANIMATION_DEPENDENCIES *initialValueDependencies,
   UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies,
   UI_ANIMATION_DEPENDENCIES *durationDependencies
);

パラメーター

  • initialValueDependencies
    出力。SetInitialValueAndVelocity に渡される初期値に依存するインターポレータの要素。

  • initialVelocityDependencies
    出力。SetInitialValueAndVelocity に渡される初期速度に依存するインターポレータの要素。

  • durationDependencies
    出力。SetDuration に渡される継続時間に依存するインターポレータの要素。

戻り値

基本実装では、常に TRUE を返します。イベントを失敗させる場合は、オーバーライドされた実装から FALSE を返します。

必要条件

ヘッダー: afxanimationcontroller.h

参照

関連項目

CCustomInterpolator クラス