4 references to EMREXTSELECTCLIPRGN
System.Windows.Forms.Primitives.TestUtilities (4)
Metafiles\EmfRecord.cs (2)
36public EMREXTSELECTCLIPRGN* ExtSelectClipRgnRecord 37=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_EXTSELECTCLIPRGN ? (EMREXTSELECTCLIPRGN*)_lpmr : null;
Metafiles\RecordTypes\EMREXTSELECTCLIPRGN.cs (2)
36return $"[{nameof(EMREXTSELECTCLIPRGN)}] Mode: Set Default"; 40sb.Append($@"[{nameof(EMREXTSELECTCLIPRGN)}] Mode: {iMode} Bounds: {RegionDataHeader->rcBound} Rects: {RegionDataHeader->nCount}");