Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RECT Class / RECT Constructor / RECT Constructor(Rectangle)


In This Topic
    RECT Constructor(Rectangle)
    In This Topic
    Initializes a new instance of the RECT class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal rect As Rectangle _
    )
    'Usage
     
    
    Dim rect As Rectangle
     
    Dim instance As New RECT(rect)
    public RECT( 
       Rectangle rect
    )

    Parameters

    rect
    See Also