CAnimationPoint::CAnimationPoint

构造 CAnimationPoint 对象。

CAnimationPoint();
CAnimationPoint(
   const CPoint& ptDefault,
   UINT32 nGroupID,
   UINT32 nObjectID = (UINT32)-1,
   DWORD dwUserData = 0
);

参数

  • ptDefault
    指定默认点坐标。

  • nGroupID
    指定组 ID。

  • nObjectID
    指定对象 ID。

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

备注

构造具有以下默认属性的 CAnimationPoint 对象:默认点坐标、组 ID 和对象 ID 设置为 0。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationPoint 类