CInterpolatorBase::GetDependencies
更新 : 2011 年 3 月
Visual Studio 2010 SP1 が必要です。
インターポレータの依存関係を取得します。
IFACEMETHOD(
GetDependencies
)(__out UI_ANIMATION_DEPENDENCIES *initialValueDependencies, __out UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies, __out UI_ANIMATION_DEPENDENCIES *durationDependencies);
パラメーター
initialValueDependencies
出力。 SetInitialValueAndVelocity に渡される初期値に依存するインターポレータの要素。initialVelocityDependencies
出力。 SetInitialValueAndVelocity に渡される初期速度に依存するインターポレータの要素。durationDependencies
出力。 SetDuration に渡される継続時間に依存するインターポレータの要素。
戻り値
メソッドが成功した場合は、S_OK を返します。 CCustomInterpolator が設定されていない場合は E_FAIL を返し、カスタム実装の場合は GetDependencies メソッドから FALSE を返します。
必要条件
ヘッダー: afxanimationcontroller.h
参照
その他の技術情報
履歴の変更
日付 |
履歴 |
理由 |
---|---|---|
2011 年 3 月 |
このコンテンツを追加。 |
SP1 機能変更 |