9 references to iType
System.Windows.Forms.Primitives.TestUtilities (9)
Metafiles\RecordTypes\EMRENUMRECORD.cs (1)
31public override readonly string ToString() => $"[EMR{emr.iType}] Mode: {typeof(T).Name}_{iMode}";
Metafiles\RecordTypes\EMRINDEXRECORD.cs (2)
31? $"[EMR{emr.iType}] StockObject: {StockObject}" 32: $"[EMR{emr.iType}] Index: {index}";
Metafiles\RecordTypes\EMRPOINTRECORD.cs (1)
30public override readonly string ToString() => $"[EMR{emr.iType}] Point: {point}";
Metafiles\RecordTypes\EMRPOLY16.cs (2)
42public override string ToString() => $"[EMR{emr.iType}] Bounds: {rclBounds} Points: {string.Join(' ', points.ToArray())}"; 47return $"[EMR{emr.iType}] Bounds: {rclBounds} Points: {string.Join(' ', transformedPoints)}";
Metafiles\RecordTypes\EMRPOLYPOLY16.cs (1)
39sb.Append($"[EMR{emr.iType}] Bounds: {rclBounds} Poly count: {nPolys} Total points: {cpts}");
Metafiles\RecordTypes\EMRRECTRECORD.cs (1)
30public override readonly string ToString() => $"[EMR{emr.iType}] RECT: {rect}";
Metafiles\RecordTypes\EMRSETCOLOR.cs (1)
27return $"[EMR{emr.iType}] Color: {crColor.ToSystemColorString()}";