|
MoSync 3.0.1
|
A structure representing a rectangle. More...
#include <maapi.h>
Public Attributes | |
| int | left |
| int | top |
| int | width |
| int | height |
A structure representing a rectangle.
The x and y coordinate of the top-left corner are defined by 'left' and 'top'. The dimensions of the rectangle are defined by 'width' and 'height'.
| int MARect::left |
| int MARect::top |
| int MARect::width |
| int MARect::height |