3 references to FillPath
System.Drawing.Common.Tests (3)
mono\System.Drawing\GraphicsTests.cs (3)
2899
Assert.Throws<ArgumentNullException>(() => g.
FillPath
(null, path));
2907
Assert.Throws<ArgumentNullException>(() => g.
FillPath
(Brushes.Black, null));
2929
g.
FillPath
(Brushes.SteelBlue, path);