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 類別