Jump to content

SIZEF

From EDM2
Revision as of 17:57, 8 February 2020 by Martini (talk | contribs) (Created page with "Size structure (FIXED values). ==Example Code== <PRE> typedef struct _SIZEF { FIXED cx; Width.: FIXED cy; Height.: } SIZEF; typedef SIZEF *PSIZEF; ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Size structure (FIXED values).

Example Code

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

typedef SIZEF *PSIZEF;