CAnimationController::OnBeforeAnimationStart

由框架在该动画安排好之前调用。

virtual void OnBeforeAnimationStart(
   CAnimationGroup* pGroup
);

参数

  • pGroup
    指向其动画将要开始的动画组的指针。

备注

此调用将路由到相关的 CWnd,并且可在派生类中重写以在指定组的动画开始之前执行任何其他的操作。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationController 类