3 references to points
System.Windows.Forms.Primitives.TestUtilities (3)
Metafiles\RecordTypes\EMRPOLY16.cs (2)
42public override string ToString() => $"[EMR{emr.iType}] Bounds: {rclBounds} Points: {string.Join(' ', points.ToArray())}"; 46Point[] transformedPoints = points.Transform(point => state.TransformPoint(point));
Metafiles\Validators\Poly16Validator.cs (1)
37Assert.Equal(_points, poly->points.Transform<POINTS, Point>(p => p));