PointAnimator.

Interpolate(double, Point, Point) Method

Namespace
Avalonia.Animation.Animators
Containing Type
PointAnimator

Syntax

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

Parameters

Name Type Description
progress double
oldValue Point
newValue Point

Return Value

Type Description
Point