[C#]
static PointF Tween(PointF first, PointF last, double t);
[Visual Basic]
Shared Function Tween(first As PointF, last As PointF, t As Double) As PointF
None.