NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Rectangle.FromLTRB

[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;

Parameters

left
[To be supplied.]
top
[To be supplied.]
right
[To be supplied.]
bottom
[To be supplied.]

See Also

Rectangle Structure | Rectangle Members | System.Drawing Namespace