Partager via


CKeyFrame::AddToStoryboardAtOffset

Adds a keyframe to storyboard at offset.

virtual BOOL AddToStoryboardAtOffset(
   IUIAnimationStoryboard* pStoryboard,
   BOOL bDeepAdd
);

Parameters

  • pStoryboard
    A pointer to a storyboard.

  • bDeepAdd
    Specifies whether to add a keyframe this keyframe depend on recursively.

Return Value

TRUE, if keyframe was added successfully.

Remarks

This function is called by the framework to add a keyframe to storyboard at offset.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CKeyFrame Class