IXREasingColorKeyFrame::GetEasingFunction (Compact 2013)

3/28/2014

This method retrieves the easing function that is applied to the key frame.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetEasingFunction(
    __out IXRDependencyObject** ppEasingFunction
) = 0;

Parameters

  • ppEasingFunction
    [out] Pointer to a pointer to the easing function object that is applied to the key frame.

Return Value

Returns an HRESULT that indicates success or returns an error code.

Remarks

The easing function type might be any one of the following classes that inherit from IXREasingFunctionBase:

To retrieve the interface for the derived class, use IUnknown::QueryInterface.

.NET Framework Equivalent

System.Windows.Media.Animation.EasingColorKeyFrame.EasingFunction

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXREasingColorKeyFrame