Definition
public static Rectangle FromLTRB( int left, int top, int right, int bottom );
Parameters
leftSystem.Int32. topSystem.Int32. rightSystem.Int32. bottomSystem.Int32.
Return Value
System.Drawing.Rectangle.