Share via


CBaseTransition::GetEndKeyframe

Visual Studio 2010 SP1 is required.

Returns start keyframe.

CBaseKeyFrame* GetEndKeyframe();

Return Value

A valid pointer to a keyframe, or NULL if a transition should not be inserted between keyframes.

Remarks

This method can be used to access a keyframe object that was previously set by SetKeyframes. It's called by top level code when transitions are being added to storyboard.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CBaseTransition Class