Interpolator2データ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック プロパティ
パブリック メソッド
| 名前 | 解説 |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetDependencies | HRESULT IUIAnimationInterpolator2::GetDependencies([Out] UI_ANIMATION_DEPENDENCIES* initialValueDependencies,[Out] UI_ANIMATION_DEPENDENCIES* initialVelocityDependencies,[Out] UI_ANIMATION_DEPENDENCIES* durationDependencies) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetFinalValue | HRESULT IUIAnimationInterpolator2::GetFinalValue([Out, Buffer] double* value,[In] unsigned int cDimension) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetPrimitiveInterpolation | HRESULT IUIAnimationInterpolator2::GetPrimitiveInterpolation([In] IUIAnimationPrimitiveInterpolation* interpolation,[In] unsigned int cDimension) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | InterpolateValue | HRESULT IUIAnimationInterpolator2::InterpolateValue([In] double offset,[Out, Buffer] double* value,[In] unsigned int cDimension) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | InterpolateVelocity | HRESULT IUIAnimationInterpolator2::InterpolateVelocity([In] double offset,[Out, Buffer] double* velocity,[In] unsigned int cDimension) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | QueryInterface | オーバーロードされます。 Query this instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | QueryInterfaceOrNull | オーバーロードされます。 Query instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | SetDuration | HRESULT IUIAnimationInterpolator2::SetDuration([In] double duration) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | SetInitialValueAndVelocity | HRESULT IUIAnimationInterpolator2::SetInitialValueAndVelocity([In, Buffer] double* initialValue,[In, Buffer] double* initialVelocity,[In] unsigned int cDimension) |
トップ
パブリック イベント
パブリック オペレータ
参照