ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Util.Win Namespace / Win32.RECT Structure / FromRectangle Method

In This Topic
    FromRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FromRectangle( _
       ByVal rect As System.Drawing.Rectangle _
    ) As Win32.RECT
    public static Win32.RECT FromRectangle( 
       System.Drawing.Rectangle rect
    )

    Parameters

    rect
    See Also