[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;
RectangleF Structure | RectangleF Members | System.Drawing Namespace