_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 572 of file common.h.


Field Documentation

int bottom

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

Definition at line 589 of file common.h.

int left

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

Definition at line 577 of file common.h.

Referenced by PtInRect().

int right

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

Definition at line 585 of file common.h.

int top

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

Definition at line 581 of file common.h.

Referenced by PtInRect().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 7 15:58:43 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3