ASPxClientRect Members
A client rectangle object.Constructors
Name | Description |
---|---|
constructor(x, y, width, height) | Initializes a new instance of the ASPxClientRect object. For internal use only. |
Methods
Name | Description |
---|---|
GetBottom | Gets the Y-coordinate of the rectangle’s bottom edge. |
GetHeight | Gets the rectangle’s height. |
GetLeft | Gets the X-coordinate of the rectangle’s left edge. |
GetRight | Gets the X-coordinate of the rectangle’s right edge. |
GetTop | Gets the Y-coordinate of the rectangle’s top edge. |
GetWidth | Gets the rectangle’s width. |
See Also