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