Share via


IXRPointKeyFrame::SetValue (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Parameters

  • pValue
    [in] Pointer to an XRPoint structure that indicates this key frame's new 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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRPointKeyFrame
IXRPointKeyFrame::GetValue