IXRPointKeyFrame::SetValue (Compact 2013)
3/28/2014
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 |