CCustomInterpolator::GetDependencies
Gets the interpolator's dependencies.
virtual BOOL GetDependencies(
UI_ANIMATION_DEPENDENCIES *initialValueDependencies,
UI_ANIMATION_DEPENDENCIES *initialVelocityDependencies,
UI_ANIMATION_DEPENDENCIES *durationDependencies
);
Parameters
initialValueDependencies
Output. Aspects of the interpolator that depend on the initial value passed to SetInitialValueAndVelocity.initialVelocityDependencies
Output. Aspects of the interpolator that depend on the initial velocity passed to SetInitialValueAndVelocity.durationDependencies
Output. Aspects of the interpolator that depend on the duration passed to SetDuration.
Return Value
Basic implementation always returns TRUE. Return FALSE from overridden implementation if you wish to fail the event.
Requirements
Header: afxanimationcontroller.h