ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / FromLTRB Method
The x-coordinate of the upper-left corner of the rectangle.
The y-coordinate of the upper-left corner of the rectangle.
The x-coordinate of the lower-right corner of the rectangle.
The y-coordinate of the lower-right corner of the rectangle

In This Topic
    FromLTRB Method
    In This Topic
    Creates a Rect with the specified edge locations.
    Syntax
    'Declaration
     
    Public Shared Function FromLTRB( _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal right As Double, _
       ByVal bottom As Double _
    ) As Rect
    public static Rect FromLTRB( 
       double left,
       double top,
       double right,
       double bottom
    )

    Parameters

    left
    The x-coordinate of the upper-left corner of the rectangle.
    top
    The y-coordinate of the upper-left corner of the rectangle.
    right
    The x-coordinate of the lower-right corner of the rectangle.
    bottom
    The y-coordinate of the lower-right corner of the rectangle
    See Also