Interpolator2 Class Members
In This Topic
The following tables list the members exposed by Interpolator2.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) |
| GetDependencies | HRESULT IUIAnimationInterpolator2::GetDependencies([Out] UI_ANIMATION_DEPENDENCIES* initialValueDependencies,[Out] UI_ANIMATION_DEPENDENCIES* initialVelocityDependencies,[Out] UI_ANIMATION_DEPENDENCIES* durationDependencies) |
| GetFinalValue | HRESULT IUIAnimationInterpolator2::GetFinalValue([Out, Buffer] double* value,[In] unsigned int cDimension) |
| GetPrimitiveInterpolation | HRESULT IUIAnimationInterpolator2::GetPrimitiveInterpolation([In] IUIAnimationPrimitiveInterpolation* interpolation,[In] unsigned int cDimension) |
| InterpolateValue | HRESULT IUIAnimationInterpolator2::InterpolateValue([In] double offset,[Out, Buffer] double* value,[In] unsigned int cDimension) |
| InterpolateVelocity | HRESULT IUIAnimationInterpolator2::InterpolateVelocity([In] double offset,[Out, Buffer] double* velocity,[In] unsigned int cDimension) |
| QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
| QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
| SetDuration | HRESULT IUIAnimationInterpolator2::SetDuration([In] double duration) |
| SetInitialValueAndVelocity | HRESULT IUIAnimationInterpolator2::SetInitialValueAndVelocity([In, Buffer] double* initialValue,[In, Buffer] double* initialVelocity,[In] unsigned int cDimension) |
Top
Public Events
Public Operators
See Also