Struttura EMRSETBKCOLOR (wingdi.h)
Le strutture EMRSETBKCOLOR e EMRSETTEXTCOLOR contengono membri per i record metafile avanzati SetBkColor e SetTextColor .
C++
typedef struct tagEMRSETTEXTCOLOR {
EMR emr;
COLORREF crColor;
} EMRSETBKCOLOR, *PEMRSETBKCOLOR, EMRSETTEXTCOLOR, *PEMRSETTEXTCOLOR;
emr
Struttura di base per tutti i tipi di record.
crColor
Valore colore. Per impostare un valore COLORREF , utilizzare la macro RGB .
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | wingdi.h (include Windows.h) |