8 references to new
System.Drawing.Common.Tests (8)
System\Drawing\Drawing2D\GraphicsPathIteratorTests.cs (5)
37
using GraphicsPath gp =
new
(_twoPoints, types);
245
using GraphicsPath gp =
new
(points, types);
341
using GraphicsPath gp =
new
(points, types);
355
using GraphicsPath gp =
new
(points, types);
371
using GraphicsPath gp =
new
(points, types);
System\Drawing\Drawing2D\GraphicsPathTests.cs (3)
67
using GraphicsPath gpf =
new
(fPoints, types);
96
AssertExtensions.Throws<ArgumentException>(null, () => new
GraphicsPath
(new PointF[pointsLength], new byte[typesLength]));
202
using GraphicsPath gp =
new
(points, types);