Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangleF Structure / FromLTRB Method


In This Topic
    FromLTRB Method (NRectangleF)
    In This Topic
    Gets a rectangle from the coordinates of it's sides
    Syntax
    'Declaration
     
    
    Public Shared Function FromLTRB( _
       ByVal left As System.Single, _
       ByVal top As System.Single, _
       ByVal right As System.Single, _
       ByVal bottom As System.Single _
    ) As NRectangleF
    'Usage
     
    
    Dim left As System.Single
    Dim top As System.Single
    Dim right As System.Single
    Dim bottom As System.Single
    Dim value As NRectangleF
     
    value = NRectangleF.FromLTRB(left, top, right, bottom)
    public static NRectangleF FromLTRB( 
       System.float left,
       System.float top,
       System.float right,
       System.float bottom
    )

    Parameters

    left
    top
    right
    bottom
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also