CCustomInterpolator::GetFinalValue

获取由该内插器产生的最终值。

virtual BOOL GetFinalValue(
   DOUBLE *value
);

参数

  • value
    输出。变量在该转换结尾的速度。

返回值

基本实现始终返回 TRUE。如果您希望该事件失败,则从重写实现中返回 FALSE。

要求

标头: afxanimationcontroller.h

请参见

参考

CCustomInterpolator 类