Sets the bounds of the element to the location and size of the bounding rectangle of the specified dimensions (in integer values).
Sets the bounds of the element to the specified location and size.
Overload List
Overload | Description |
SetBounds(Int32,Int32,Int32,Int32) | Sets the bounds of the element to the location and size of the bounding rectangle of the specified dimensions (in integer values). |
SetBounds(Rectangle) | Sets the bounds of the element to the location and size of the specified bounding rectangle object (with integer values). |
SetBounds(RectangleF) | Sets the bounds of the element to the location and size of the specified bounding rectangle object (with floating-point values). |
See Also