Share via


IXRColorAnimation::GetBy (Compact 2013)

3/28/2014

This method retrieves the total difference between the starting and ending values of the animation.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetBy(
    __out COLORREF* pBy
) = 0;

Parameters

  • pBy
    [out] Pointer to a COLORREF value that indicates the total difference between the starting and ending values of the animation.

Return Value

An HRESULT that returns S_OK if successful; otherwise, returns a non-zero error code.

.NET Framework Equivalent

System.Windows.Media.Animation.ColorAnimation.By

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRColorAnimation
IXRColorAnimation::SetBy