SetBounds Method (ElementControl)
In This Topic
Sets the bounds of the element to the position and size of the bounding rectangle of the specified dimensions.
Sets the bounds of the control to the specified position and size.
Overload List
| Overload | Description |
| SetBounds(Int32,Int32,Int32,Int32) | Sets the bounds of the element to the position and size of the bounding rectangle of the specified dimensions. |
| SetBounds(Rectangle) | Sets the bounds of the element to the position and size of the specified bounding rectangle object. |
See Also