RectAnimator.

Interpolate(double, Rect, Rect) Method

Namespace
Avalonia.Animation.Animators
Containing Type
RectAnimator

Syntax

public override Rect Interpolate(double progress, Rect oldValue, Rect newValue)

Parameters

Name Type Description
progress double
oldValue Rect
newValue Rect

Return Value

Type Description
Rect