Struttura EMRFILLPATH (wingdi.h)
Le strutture EMRFILLPATH, EMRSTROKEANDFILLPATH e EMRSTROKEPATH contengono membri per i record di metafile avanzati fillPath, StrokeAndFillPath e StrokePath.
Sintassi
typedef struct tagEMRFILLPATH {
EMR emr;
RECTL rclBounds;
} EMRFILLPATH, *PEMRFILLPATH, EMRSTROKEANDFILLPATH, *PEMRSTROKEANDFILLPATH, EMRSTROKEPATH, *PEMRSTROKEPATH;
Members
emr
Struttura di base per tutti i tipi di record.
rclBounds
Rettangolo di selezione, in unità dispositivo.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | wingdi.h (include Windows.h) |