RECT STRUCT  
(MS-Windows)
   Defines the coordinates of the upper-left and
lower-right corners of a rectangle (graphics).
| RECT STRUCT Left SDWORD ? ;left Top SDWORD ? ;top Right SDWORD ? ;right Bottom SDWORD ? ;bottom RECT ENDS | 
| Member | Win Type | MASM Type | Description | 
|---|---|---|---|
| Left | LONG | SDWORD | X coordinate of upper left corner. | 
| Top | LONG | SDWORD | Y coordinate of upper left corner. | 
| Right | LONG | SDWORD | X coordinate of lower right corner. | 
| Bottom | LONG | SDWORD | Y coordinate of lower right corner. | 
| Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |