[]
Sets the bounds of the control to the specified position and size, using integer values.
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)
Sets the bounds of the control to the specified position and size, using a rectangle.
public virtual void SetBounds(Rectangle rectInput)
Public Overridable Sub SetBounds(rectInput As Rectangle)
Type | Name | Description |
---|---|---|
Rectangle | rectInput |