Public Member Functions | |
| int | Left () |
| void | Left (int value) |
| int | Top () |
| void | Top (int value) |
| int | Right () |
| void | Right (int value) |
| int | Bottom () |
| void | Bottom (int value) |
Static Public Member Functions | |
| static Rectangle | opCall (int x, int y, int w, int h) |
Public Attributes | |
| int | X |
| int | Y |
| int | Width |
| int | Height |
| int Left | ( | ) |
| void Left | ( | int | value | ) |
| int Top | ( | ) |
| void Top | ( | int | value | ) |
| int Right | ( | ) |
| void Right | ( | int | value | ) |
| int Bottom | ( | ) |
| void Bottom | ( | int | value | ) |
| static Rectangle opCall | ( | int | x, | |
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) | [static] |
struct constructor
| int X |
| int Y |
| int Width |
| int Height |
1.5.4