IXRObjectKeyFrame::GetKeyTime (Compact 2013)
3/28/2014
This method retrieves the time at which the target value of this key frame is reached.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetKeyTime(
__out XRKeyTime* pKeyTime
) = 0;
Parameters
- pKeyTime
[out] Pointer to an XRKeyTime structure that describes the time at which the current value of this key frame is equal to the target value.
Return Value
Returns an HRESULT that indicates whether or not the method succeeded.
.NET Framework Equivalent
System.Windows.Media.Animation.ObjectKeyFrame.KeyTime
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
IXRObjectKeyFrame
IXRObjectKeyFrame::SetKeyTime
IXRDiscreteObjectKeyFrame