[C#]
static Rectangle FromLTRB(int left, int top, int right, int bottom);
[Visual Basic]
Shared Function FromLTRB(left As Integer, top As Integer, right As Integer, bottom As Integer) As Rectangle
None.