windows_programming_notes.nbk: Home | Index | Next Page: RegisterClass | Previous Page: Recent Changes


 RECT

The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.

typedef struct _RECT { 
  LONG left; 
  LONG top; 
  LONG right; 
  LONG bottom; 
} RECT, *PRECT; 

Members

Remarks

Requirements


windows_programming_notes.nbk: Home | Index | Next Page: RegisterClass | Previous Page: Recent Changes


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time