ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Double, _
       ByVal top As System.Double, _
       ByVal right As System.Double, _
       ByVal bottom As System.Double _
    ) As RectD
    public static RectD FromLTRB( 
       System.double left,
       System.double top,
       System.double right,
       System.double bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also