Struttura EMREXCLUDECLIPRECT (wingdi.h)

Le strutture EMREXCLUDECLIPRECT e EMRINTERSECTCLIPRECT contengono membri per i record metafile avanzati ExcludeClipRect e IntersectClipRect .

Sintassi

typedef struct tagEMREXCLUDECLIPRECT {
  EMR   emr;
  RECTL rclClip;
} EMREXCLUDECLIPRECT, *PEMREXCLUDECLIPRECT, EMRINTERSECTCLIPRECT, *PEMRINTERSECTCLIPRECT;

Members

emr

Struttura di base per tutti i tipi di record.

rclClip

Ritaglio del rettangolo in unità logiche.

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)

Vedi anche

Strutture di metafile

Panoramica dei metafile