Share via


CAnimationSize::CAnimationSize

Constructs an animation size object.

CAnimationSize();
CAnimationSize(
   const CSize& szDefault,
   UINT32 nGroupID,
   UINT32 nObjectID = (UINT32)-1,
   DWORD dwUserData = 0
);

Parameters

  • szDefault
    Specifies default size.

  • nGroupID
    Specifies Group ID.

  • nObjectID
    Specifies Object ID.

  • dwUserData
    Specifies user-defined data.

Remarks

The object is constructed with default values for width, height, Object ID and Group ID, which will be set to 0. They can be changed later at runtime using SetDefaultValue and SetID.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationSize Class