IXRStoryboard::Seek (Windows Embedded CE 6.0)

1/6/2010

This method advances this storyboard to the specified position in the timeline. The storyboard performs the requested seek when the next clock tick occurs.

Syntax

virtual HRESULT STDMETHODCALLTYPE Seek(
    XRTimeSpan* pTimespan
) = 0;

Parameters

  • pTimespan
    [in] XRTimeSpan structure that indicates a positive or negative time value that describes how far the timeline should move forward or backward from the beginning of the animation.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

To jump to a new position in the timeline of this storyboard, call this method after you call IXRStoryboard::Begin.

.NET Framework Equivalent

System.Windows.Media.Animation.Storyboard.Seek

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRStoryboard