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