CBaseKeyFrame::IsKeyframeAtOffset

Specifies whether the keyframe should be added to storyboard at offset, or after transition.

BOOL IsKeyframeAtOffset() const;

Return Value

TRUE if the keyframe should be added to storyboard at some specified offset. FALSE if the keyframe should be added to storyboard after some transition.

Remarks

Specifies whether the keyframe should be added to storyboard at offset. The offset or transition must be specified in a derived class.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CBaseKeyFrame Class