2 references to TransformPoint
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\RecordTypes\EMRPOLY16.cs (1)
46
Point[] transformedPoints = points.Transform(point => state.
TransformPoint
(point));
Metafiles\RecordTypes\EMRPOLYPOLY16.cs (1)
49
sb.Append($"\n\tPoly index {i}: {string.Join(' ', GetPointsForPoly(i).Transform(p => state.
TransformPoint
(p)))}");