2 references to emr
System.Windows.Forms.Primitives.TestUtilities (2)
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)}";