IUIAnimationPrimitiveInterpolation interface
Defines a method that allows a custom interpolator to provide transition information, in the form of a cubic polynomial curve, to the animation manager.
When to implement
Client applications generally do not need to implement this interface.
When to use
An interface of this type will be passed to a custom interpolator through a call to the IUIAnimationInterpolator2::GetPrimitiveInterpolation method.
Members
The IUIAnimationPrimitiveInterpolation interface inherits from the IUnknown interface. IUIAnimationPrimitiveInterpolation also has these types of members:
Methods
The IUIAnimationPrimitiveInterpolation interface has these methods.
| Method | Description |
|---|---|
| AddCubic |
Adds a cubic polynomial segment to the animation function. |
Requirements
|
Minimum supported client |
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IUIAnimationPrimitiveInterpolation is defined as BAB20D63-4361-45DA-A24F-AB8508846B5B |
See also