ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectD Structure / FromLTRB Method

In This Topic
    FromLTRB Method (RectD)
    In This Topic
    Creates a RectD struct from (left, top, right, bottom) coordinates.
    Syntax
    'Declaration
     
    Public Shared Function FromLTRB( _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal right As Double, _
       ByVal bottom As Double _
    ) As RectD
    public static RectD FromLTRB( 
       double left,
       double top,
       double right,
       double bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also