Jump to content

SIZEF: Difference between revisions

From EDM2
Created page with "Size structure (FIXED values). ==Example Code== <PRE> typedef struct _SIZEF { FIXED cx; Width.: FIXED cy; Height.: } SIZEF; typedef SIZEF *PSIZEF; ..."
(No difference)

Revision as of 17:57, 8 February 2020

Size structure (FIXED values).

Example Code

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

typedef SIZEF *PSIZEF;