次の方法で共有


CAnimationRect::CAnimationRect

CAnimationRect オブジェクトを構築します。

CAnimationRect();
CAnimationRect(
   const CRect& rect,
   UINT32 nGroupID,
   UINT32 nObjectID = (UINT32)-1,
   DWORD dwUserData = 0
);
CAnimationRect(
   const CPoint& pt,
   const CSize& sz,
   UINT32 nGroupID,
   UINT32 nObjectID = (UINT32)-1,
   DWORD dwUserData = 0
);
CAnimationRect(
   int nLeft,
   int nTop,
   int nRight,
   int nBottom,
   UINT32 nGroupID,
   UINT32 nObjectID = (UINT32)-1,
   DWORD dwUserData = 0
);

パラメーター

  • rect
    既定の四角形を指定します。

  • nGroupID
    グループ ID を指定します。

  • nObjectID
    オブジェクト ID を指定します。

  • dwUserData
    ユーザー定義データを指定します。

  • pt
    左上隅の座標。

  • sz
    四角形のサイズ。

  • nLeft
    左境界の座標を指定します。

  • nTop
    上境界の座標を指定します。

  • nRight
    右境界の座標を指定します。

  • nBottom
    下境界の座標を指定します。

解説

オブジェクトは、左、上、右、下、オブジェクト ID、およびグループ ID の既定値 (0 に設定されます) を使用して構築されます。これらは、実行時に SetDefaultValue および SetID を使用して変更できます。

必要条件

ヘッダー: afxanimationcontroller.h

参照

関連項目

CAnimationRect クラス