3 references to NextSubpath
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\GraphicsPathIteratorTests.cs (3)
63Assert.Equal(0, gpi.NextSubpath(gp, out bool isClosed)); 72Assert.Equal(2, gpi.NextSubpath(gp, out bool isClosed)); 80Assert.Equal(0, gpi.NextSubpath(null, out bool isClosed));