windows_programming_notes.nbk: Home | Index | Next Page: Static Controls | Previous Page: ShowWindow


 SIZE

The SIZE structure specifies the width and height of a rectangle.

    typedef struct tagSIZE { 
      LONG cx; 
      LONG cy; 
    } SIZE, *PSIZE; 

Members

Remarks

The rectangle dimensions stored in this structure may correspond to viewport extents, window extents, text extents, bitmap dimensions, or the aspect-ratio filter for some extended functions.

Requirements


windows_programming_notes.nbk: Home | Index | Next Page: Static Controls | Previous Page: ShowWindow


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