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