SetBounds(Int32,Int32,Int32,Int32) Method
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).
Syntax
Parameters
- x
- X-coordinate of the top left corner of the bounding rectangle (integer)
- y
- Y-coordinate of the top left corner of the bounding rectangle (integer)
- width
- Number of pixels in the width of the bounding rectangle (integer)
- height
- Number of pixels in the height of the bounding rectangle (integer)
See Also