SIZEF

Size structure (FIXED values).

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

typedef   SIZEF   * PSIZEF ;


[Back: RGB2 Field - fcOptions]
[Next: SIZEF Field - cx]