[C#]
static RectangleF FromLTRB(double left, double top, double right, double bottom);
[Visual Basic]
Shared Function FromLTRB(left As Double, top As Double, right As Double, bottom As Double) As RectangleF
None.