共用方式為


CAnimationBaseObject::ClearTransitions

移除所有相關的轉換。

virtual void ClearTransitions(
   BOOL bAutodestroy
);

參數

  • bAutodestroy
    指定要自動終結轉換物件,還是只要將其從相關的清單中移除。

備註

如果 bAutodestroy 或 m_bAutodestroyTransitions 旗標為 TRUE,則移除所有相關的轉換並加以終結。 只有在轉換未配置於堆疊時,才應該自動終結轉換。 如果上述旗標為 FALSE,則只是從相關轉換的內部清單中移除轉換。

需求

**標頭檔:**afxanimationcontroller.h

請參閱

參考

CAnimationBaseObject 類別