IXRPowerEase::GetPower (Compact 2013)
3/28/2014
This method retrieves the exponential power of the animation interpolation.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetPower(
__out float* pPower
) = 0;
Parameters
- pPower
[out] Pointer to a float value that represents the exponential power of the animation interpolation.
Return Value
Returns an HRESULT that indicates success or returns an error code.
.NET Framework Equivalent
System.Windows.Media.Animation.PowerEase.Power
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |