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


In This Topic
    FromLTRB Method (NRectangle)
    In This Topic
    Gets a rectangle from the coordinates of it's sides
    Syntax
    'Declaration
     
    
    Public Shared Function FromLTRB( _
       ByVal left As System.Integer, _
       ByVal top As System.Integer, _
       ByVal right As System.Integer, _
       ByVal bottom As System.Integer _
    ) As NRectangle
    'Usage
     
    
    Dim left As System.Integer
    Dim top As System.Integer
    Dim right As System.Integer
    Dim bottom As System.Integer
    Dim value As NRectangle
     
    value = NRectangle.FromLTRB(left, top, right, bottom)
    public static NRectangle FromLTRB( 
       System.int left,
       System.int top,
       System.int right,
       System.int 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