Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / SetBounds Method / SetBounds(Rectangle) Method


In This Topic
    SetBounds(Rectangle) Method
    In This Topic
    Sets the bounds of the control to the specified position and size, using a rectangle.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub SetBounds( _
       ByVal rectInput As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim rectInput As Rectangle
     
    instance.SetBounds(rectInput)
    public virtual void SetBounds( 
       Rectangle rectInput
    )

    Parameters

    rectInput
    See Also