SetBounds Method (ElementWindowless)
In This Topic
Sets the bounds of the element to the location and size of the bounding rectangle of the specified dimensions (in integer values).
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