9 references to iType
System.Windows.Forms.Primitives.TestUtilities (9)
Metafiles\RecordTypes\EMRENUMRECORD.cs (1)
31
public 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)
30
public override readonly string ToString() => $"[EMR{emr.
iType
}] Point: {point}";
Metafiles\RecordTypes\EMRPOLY16.cs (2)
42
public override string ToString() => $"[EMR{emr.
iType
}] Bounds: {rclBounds} Points: {string.Join(' ', points.ToArray())}";
47
return $"[EMR{emr.
iType
}] Bounds: {rclBounds} Points: {string.Join(' ', transformedPoints)}";
Metafiles\RecordTypes\EMRPOLYPOLY16.cs (1)
39
sb.Append($"[EMR{emr.
iType
}] Bounds: {rclBounds} Poly count: {nPolys} Total points: {cpts}");
Metafiles\RecordTypes\EMRRECTRECORD.cs (1)
30
public override readonly string ToString() => $"[EMR{emr.
iType
}] RECT: {rect}";
Metafiles\RecordTypes\EMRSETCOLOR.cs (1)
27
return $"[EMR{emr.
iType
}] Color: {crColor.ToSystemColorString()}";