Partager via


IXRDoubleKeyFrame::GetValue (Compact 2013)

3/28/2014

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

See Also

Reference

IXRDoubleKeyFrame
IXRDoubleKeyFrame::SetValue