[]
Sets the bounds of the element to the location and size of the bounding rectangle of the specified dimensions (in floating-point values).
protected virtual void SetBoundsFloat(float x, float y, float width, float height)
Protected Overridable Sub SetBoundsFloat(x As Single, y As Single, width As Single, height As Single)
Type | Name | Description |
---|---|---|
float | x | X-coordinate of the top left corner of the bounding rectangle (floating-point) |
float | y | Y-coordinate of the top left corner of the bounding rectangle (floating-point) |
float | width | Number of pixels in the width of the bounding rectangle (floating-point) |
float | height | Number of pixels in the height of the bounding rectangle (floating-point) |