Share via


IXRPointKeyFrame::GetKeyTime (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the time at which the target x-y point values for this key frame are reached.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetKeyTime(
    XRKeyTime* pKeyTime
) = 0;

Parameters

  • pKeyTime
    [out] Pointer to an XRKeyTime structure that describes the time at which the current values of this key frame are equal to the target values.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The key-time specifies when this key frame ends. It does not specify how long the key frame plays. The length of time that a key frame plays is determined by when the key frame ends, when the previous key frame ended, and the animation's duration.

.NET Framework Equivalent

System.Windows.Media.Animation.PointKeyFrame.KeyTime

Requirements

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

See Also

Reference

IXRPointKeyFrame
IXRPointKeyFrame::SetKeyTime