Estructura EMREXCLUDECLIPRECT (wingdi.h)
Las estructuras EMREXCLUDECLIPRECT y EMRINTERSECTCLIPRECT contienen miembros para los registros de metarchivo mejorados ExcludeClipRect e IntersectClipRect .
Sintaxis
typedef struct tagEMREXCLUDECLIPRECT {
EMR emr;
RECTL rclClip;
} EMREXCLUDECLIPRECT, *PEMREXCLUDECLIPRECT, EMRINTERSECTCLIPRECT, *PEMRINTERSECTCLIPRECT;
Miembros
emr
Estructura base para todos los tipos de registro.
rclClip
Recorte del rectángulo en unidades lógicas.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 2000 Professional [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows 2000 Server [solo aplicaciones de escritorio] |
Encabezado | wingdi.h (incluye Windows.h) |