3 references to EMRCREATEPEN
System.Windows.Forms.Primitives.TestUtilities (3)
Metafiles\EmfRecord.cs (2)
56public EMRCREATEPEN* CreatePenRecord 57=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_CREATEPEN ? (EMRCREATEPEN*)_lpmr : null;
Metafiles\RecordTypes\EMRCREATEPEN.cs (1)
18=> $@"[{nameof(EMRCREATEPEN)}] Index: {ihPen} Style: {lopn.lopnStyle} Width: {lopn.lopnWidth} Color: {lopn.lopnColor.ToSystemColorString()}";