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