IXRObjectAnimationUsingKeyFrames::GetKeyFrames (Compact 2013)
3/28/2014
This method retrieves the collection of IXRObjectKeyFrame objects that define this animation.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetKeyFrames(
IXRObjectKeyFrameCollection** ppKeyFrames
) = 0;
Parameters
- ppKeyFrames
[out] Address of a pointer to an IXRObjectKeyFrameCollection object that stores a collection of IXRObjectKeyFrame objects that define the animation.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames.KeyFrames
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |