CKeyFrame Class
Represents an animation keyframe.
class CKeyFrame : public CBaseKeyFrame;
Members
Public Constructors
Name |
Description |
---|---|
Overloaded. Constructs a keyframe that depends on other keyframe. |
Public Methods
Name |
Description |
---|---|
Adds a keyframe to a storyboard. (Overrides CBaseKeyFrame::AddToStoryboard.) |
|
Adds a keyframe to storyboard after transition. |
|
Adds a keyframe to storyboard at offset. |
|
Returns a pointer to a keyframe this keyframe depends on. |
|
Returns an offset from other keyframe. |
|
Returns a pointer to a transition this keyframe depends on. |
Protected Data Members
Name |
Description |
---|---|
Specifies offset of this keyframe from a keyframe stored in m_pExistingKeyFrame. |
|
Stores a pointer to an existing keframe. This keyframe is added to storyboard with m_offset to the existing keyframe. |
|
Stores a pointer to transtion that begins at this keyframe. |
Remarks
This class implements an animation keyframe. A keyframe represents a moment in time within a storyboard and can be used to specify the start and end times of transitions. A keyframe may be based on other keyframe and have an offset (in seconds) from it, or may be based on a transition and represent a moment in time when this transition ends.
Inheritance Hierarchy
Requirements
Header: afxanimationcontroller.h