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

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

    Parameters

    left
    top
    right
    bottom
    See Also