[To be supplied.]
[Visual Basic] Public Shared Function FromLTRB( _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal right As Integer, _ ByVal bottom As Integer _ ) As Rectangle [C#] public static Rectangle FromLTRB( int left, int top, int right, int bottom ); [C++] public: static Rectangle FromLTRB( int left, int top, int right, int bottom ); [JScript] public static function FromLTRB( left : int, top : int, right : int, bottom : int ) : Rectangle;
Rectangle Structure | Rectangle Members | System.Drawing Namespace