共用方式為


CAnimationPoint::CAnimationPoint

建構 CAnimationPoint 物件。

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

參數

  • ptDefault
    指定預設點座標。

  • nGroupID
    指定群組識別碼。

  • nObjectID
    指定物件識別碼。

  • dwUserData
    指定使用者定義資料。

備註

建構具有預設屬性的 CAnimationPoint 物件:預設點座標、群組識別碼和物件識別碼都設成 0。

需求

**標頭檔:**afxanimationcontroller.h

請參閱

參考

CAnimationPoint 類別