6 references to IsOutlineVisible
System.Drawing.Common.Tests (6)
System\Drawing\Drawing2D\GraphicsPathTests.cs (6)
2266Assert.False(gp.IsOutlineVisible(fPoint, Pens.Red, graphics));
2267Assert.True(gp.IsOutlineVisible(fPoint, pen, graphics));
2270Assert.True(gp.IsOutlineVisible(fPoint, Pens.Red, graphics));
2294Assert.False(gp.IsOutlineVisible(fPoint, Pens.Red, graphics));
2295Assert.True(gp.IsOutlineVisible(fPoint, pen, graphics));
2298Assert.True(gp.IsOutlineVisible(fPoint, pen, graphics));