Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / SetBounds Method / SetBounds(Rectangle) Method
Rectangle object that contains the bounding rectangle


In This Topic
SetBounds(Rectangle) Method
In This Topic
Sets the bounds of the element to the position and size of the specified bounding rectangle object.
Syntax
'Declaration
 
Public Overloads Overridable Sub SetBounds( _
   ByVal rectInput As Rectangle _
) 
 
'Usage
 
Dim instance As ElementControl
Dim rectInput As Rectangle
 
instance.SetBounds(rectInput)

Parameters

rectInput
Rectangle object that contains the bounding rectangle
See Also