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!

RectangleF.FromLTRB

[To be supplied.]

[Visual Basic]
Public Shared Function FromLTRB( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal right As Single, _
   ByVal bottom As Single _
) As RectangleF
[C#]
public static RectangleF FromLTRB(
   float left,
   float top,
   float right,
   float bottom
);
[C++]
public: static RectangleF FromLTRB(
   float left,
   float top,
   float right,
   float bottom
);
[JScript]
public static function FromLTRB(
   left : float,
   top : float,
   right : float,
   bottom : float
) : RectangleF;

Parameters

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

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace