CAnimationValue::CAnimationValue

构造 CAnimationValue 对象。

CAnimationValue();
CAnimationValue(
   DOUBLE dblDefaultValue,
   UINT32 nGroupID,
   UINT32 nObjectID = (UINT32)-1,
   DWORD dwUserData = 0
);

参数

  • dblDefaultValue
    指定默认值。

  • nGroupID
    指定组 ID。

  • nObjectID
    指定对象 ID。

  • dwUserData
    指定用户定义的数据。

备注

构造具有以下默认属性的 CAnimationValue 对象:默认值、组 ID 和对象 ID 均设置为 0。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationValue 类