Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_RECT Struct Reference
[Win32-like data types and macros]

#include <common.h>

Data Fields


Detailed Description

A rectangle defined by coordinates of corners.

Note:
The lower-right corner does not belong to the rectangle, i.e. the bottom horizontal line and the right vertical line are excluded from the retangle.
See also:
PRECT, GAL_Rect

Definition at line 537 of file common.h.


Field Documentation

int bottom
 

The y coordinate of the lower-right corner of the rectangle.

Definition at line 554 of file common.h.

int left
 

The x coordinate of the upper-left corner of the rectangle.

Definition at line 542 of file common.h.

int right
 

The x coordinate of the lower-right corner of the rectangle.

Definition at line 550 of file common.h.

int top
 

The y coordinate of the upper-left corner of the rectangle.

Definition at line 546 of file common.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2