3 references to new
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
16
public GraphicsPath() :
this
(FillMode.Alternate) { }
System.Drawing.Common.Tests (2)
System\Drawing\Drawing2D\GraphicsPathTests.cs (2)
44
using GraphicsPath gpa =
new
(FillMode.Alternate);
45
using GraphicsPath gpw =
new
(FillMode.Winding);