Share via


IXRDoubleKeyFrame::GetValue (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the target float value of this key frame.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetValue(
    float* pValue
) = 0;

Parameters

  • pValue
    [out] Pointer to the target float value of this key frame.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

At the specified key-time, the target float value will be the actual value of this key frame.

.NET Framework Equivalent

System.Windows.Media.Animation.DoubleKeyFrame.Value

Requirements

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

See Also

Reference

IXRDoubleKeyFrame
IXRDoubleKeyFrame::SetValue