Share via


IXRPointKeyFrame::GetValue (Compact 2013)

3/28/2014

This method retrieves the target x-y point values for this key frame.

Syntax

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

Parameters

  • pValue
    [out] Pointer to an XRPoint structure that indicates the key frame's target values, which are the x and y coordinates of the point on the graphical window.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.Animation.PointKeyFrame.Value

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPointKeyFrame
IXRPointKeyFrame::SetValue