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