CAnimationBaseObject::SetAutodestroyTransitions

设置可指示自动销毁转换的标志。

void SetAutodestroyTransitions(
   BOOL bValue
);

参数

  • bValue
    指定自动销毁标志。

备注

仅当您使用运算符 new 来分配转换对象时,才设置此标志。如果出于某些原因而在堆栈上分配过渡对象,则自动销毁标志应为 FALSE。此标志默认为 TRUE。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationBaseObject 类