Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / SetBounds Method / SetBounds(RectangleF) Method
Rectangle object that contains the bounding rectangle in floating-point dimensions


In This Topic
    SetBounds(RectangleF) Method
    In This Topic
    Sets the bounds of the element to the location and size of the specified bounding rectangle object (with floating-point values).
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub SetBounds( _
       ByVal rectInput As RectangleF _
    ) 
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim rectInput As RectangleF
     
    instance.SetBounds(rectInput)
    public virtual void SetBounds( 
       RectangleF rectInput
    )

    Parameters

    rectInput
    Rectangle object that contains the bounding rectangle in floating-point dimensions
    See Also