CAnimationTimerEventHandler::OnRenderingTooSlow

处理当动画的呈现帧速率低于最小的理想帧速率时发生的事件。

IFACEMETHOD(
   OnRenderingTooSlow
)(UINT32 fps);

参数

  • fps

返回值

如果该方法成功,则为 S_OK;否则为 E_FAIL。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationTimerEventHandler 类