| Overview | ||||||||||||||||
| Group | ||||||||||||||||
| Quick Info 
 
 | ||||||||||||||||
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. ExcludeClipRect, IntersectClipRect
- Software for developers
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples


