CCustomInterpolator::InterpolateValue

在给定的偏移位置内插该值。

virtual BOOL InterpolateValue(
   UI_ANIMATION_SECONDS */,
   DOUBLE *value
);

参数

  • value
    输出。 内插的值。

返回值

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

要求

标头: afxanimationcontroller.h

请参见

参考

CCustomInterpolator 类