3 references to EMREXTCREATEPEN
System.Windows.Forms.Primitives.TestUtilities (3)
Metafiles\EmfRecord.cs (2)
58public EMREXTCREATEPEN* ExtCreatePenRecord 59=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_EXTCREATEPEN ? (EMREXTCREATEPEN*)_lpmr : null;
Metafiles\RecordTypes\EMREXTCREATEPEN.cs (1)
24=> $@"[{nameof(EMREXTCREATEPEN)}] Index: {ihPen} Style: {elp.elpPenStyle} Width: {elp.elpWidth}BrushStyle: {elp.elpBrushStyle} Color: {elp.elpColor.ToSystemColorString()}";