Size structure (FIXED values).

typedef struct _SIZEF {
  FIXED     cx;  /*  Width. */
  FIXED     cy;  /*  Height. */
} SIZEF;

typedef   SIZEF   * PSIZEF ;


[Back] [Next]