6 references to IsOutlineVisible
System.Drawing.Common.Tests (6)
System\Drawing\Drawing2D\GraphicsPathTests.cs (6)
2261Assert.False(gp.IsOutlineVisible(fPoint, Pens.Red, graphics)); 2262Assert.True(gp.IsOutlineVisible(fPoint, pen, graphics)); 2265Assert.True(gp.IsOutlineVisible(fPoint, Pens.Red, graphics)); 2289Assert.False(gp.IsOutlineVisible(fPoint, Pens.Red, graphics)); 2290Assert.True(gp.IsOutlineVisible(fPoint, pen, graphics)); 2293Assert.True(gp.IsOutlineVisible(fPoint, pen, graphics));