[]
        
(Showing Draft Content)

FarPoint.Win.ElementContainerControl.SetBounds

SetBounds Method

SetBounds(int, int, int, int)

Sets the bounds of the control to the specified position and size, using integer values.

Declaration
public virtual void SetBounds(int x, int y, int width, int height)
Public Overridable Sub SetBounds(x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
Type Name Description
int x
int y
int width
int height

SetBounds(Rectangle)

Sets the bounds of the control to the specified position and size, using a rectangle.

Declaration
public virtual void SetBounds(Rectangle rectInput)
Public Overridable Sub SetBounds(rectInput As Rectangle)
Parameters
Type Name Description
Rectangle rectInput