constructor(x, y, width, height) Constructor
Initializes a new instance of the ASPxClientRect object. For internal use only.
Declaration
constructor(
x: number,
y: number,
width: number,
height: number
)
Parameters
| Name | Type | Description |
|---|---|---|
| x | number | The x-coordinate of the upper-left corner of the rectangle. |
| y | number | The y-coordinate of the upper-left corner of the rectangle. |
| width | number | The rectangle width. |
| height | number | The rectangle height. |
See Also