4 references to FillPath
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
1209
FillPath
(brush, path);
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);