Share via


CBaseTransition::GetStartKeyframe

Visual Studio 2010 SP1 is required.

Returns start keyframe.

CBaseKeyFrame* GetStartKeyframe();

Return Value

A valid pointer to a keyframe, or NULL if a transition should not start after a keyframe.

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