Share via


IXRColorKeyFrame::GetValue (Compact 2013)

3/28/2014

This method retrieves the target color value for this key frame.

Syntax

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

Parameters

  • pValue
    [out] Pointer to a COLORREF that specifies the target color value of this key frame. COLORREF is an unsigned 32-bit value that specifies an RGB color.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.Animation.ColorKeyFrame.Value

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRColorKeyFrame
IXRColorKeyFrame::SetValue