IRect
What it does
Represents a rectangle.
Methods
| Definition | Description |
| ToString() : string | Represents a rectangle as a string of the form "[left,top,right,bottom]". |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Bottom | int | Read-only | The coordinate of the bottom edge. |
| Left | int | Read-only | The coordinate of the left edge. |
| Right | int | Read-only | The coordinate of the right edge. |
| Top | int | Read-only | The coordinate of the top edge. |
Note: The above coordinates are in pixels.
4/12/2024 6:16:02 PM