2 references to GetPointsForPoly
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\RecordTypes\EMRPOLYPOLY16.cs (2)
45sb.Append($"\n\tPoly index {i}: {string.Join(' ', GetPointsForPoly(i).ToArray())}"); 49sb.Append($"\n\tPoly index {i}: {string.Join(' ', GetPointsForPoly(i).Transform(p => state.TransformPoint(p)))}");