EMREXCLUDECLIPRECT, EMRINTERSECTCLIPRECT
The EMREXCLUDECLIPRECT and EMRINTERSECTCLIPRECTstructures contain members for the ExcludeClipRect and IntersectClipRect enhanced metafile records.
typedef struct tagEMREXCLUDECLIPRECT
{
EMR emr; // base structure for all record types
RECTL rclClip; // clipping rectangle
} EMREXCLUDECLIPRECT, *PEMREXCLUDECLIPRECT,
EMRINTERSECTCLIPRECT, *PEMRINTERSECTCLIPRECT;
Members
emr
Base structure for all record types.
rclClip
Clipping rectangle.