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