Share via


CCustomInterpolator::GetFinalValue

Gets the final value to which the interpolator leads.

virtual BOOL GetFinalValue(
   DOUBLE *value
);

Parameters

  • value
    Output. The final value of a variable at the end of the transition.

Return Value

Basic implementation always returns TRUE. Return FALSE from overridden implementation if you wish to fail the event.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CCustomInterpolator Class