Nevron .NET Vision
Nevron.UI Namespace / NLayoutHelper Class / RectFromRectangle Method / RectFromRectangle(Rectangle) Method


In This Topic
    RectFromRectangle(Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function RectFromRectangle( _
       ByVal r As System.Drawing.Rectangle _
    ) As NWin32.RECT
    'Usage
     
    
    Dim r As System.Drawing.Rectangle
    Dim value As NWin32.RECT
     
    value = NLayoutHelper.RectFromRectangle(r)
    public static NWin32.RECT RectFromRectangle( 
       System.Drawing.Rectangle r
    )

    Parameters

    r
    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