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