Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / SetBounds Method / SetBounds(Rectangle) Method


In This Topic
    SetBounds(Rectangle) Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Overloads Sub SetBounds( _
       ByVal rectInput As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As IElement
    Dim rectInput As Rectangle
     
    instance.SetBounds(rectInput)
    void SetBounds( 
       Rectangle rectInput
    )

    Parameters

    rectInput
    See Also