Interpolate Method
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected abstract T Interpolate(
double progress,
T from,
T to
)
Protected MustOverride Function Interpolate (
progress As Double,
from As T,
to As T
) As T
abstract Interpolate :
progress : float *
from : 'T *
to : 'T -> 'T
Parameters
Return Value
TSee Also
Reference
InterpolatingTransitionBase(T) Class
Avalonia.Animation Namespace