ホーム › UI.Animation › IUIAnimationInterpolator2
IUIAnimationInterpolator2
COMメソッド 9
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT GetDimension(DWORD* dimension) |
| 4 | HRESULT SetInitialValueAndVelocity(DOUBLE* initialValue, DOUBLE* initialVelocity, DWORD cDimension) |
| 5 | HRESULT SetDuration(DOUBLE duration) |
| 6 | HRESULT GetDuration(DOUBLE* duration) |
| 7 | HRESULT GetFinalValue(DOUBLE* value, DWORD cDimension) |
| 8 | HRESULT InterpolateValue(DOUBLE offset, DOUBLE* value, DWORD cDimension) |
| 9 | HRESULT InterpolateVelocity(DOUBLE offset, DOUBLE* velocity, DWORD cDimension) |
| 10 | HRESULT GetPrimitiveInterpolation(IUIAnimationPrimitiveInterpolation* interpolation, DWORD cDimension) |
| 11 | HRESULT GetDependencies(UI_ANIMATION_DEPENDENCIES* initialValueDependencies, UI_ANIMATION_DEPENDENCIES* initialVelocityDependencies, UI_ANIMATION_DEPENDENCIES* durationDependencies) |