5 references to AddEllipse
System.Drawing.Common (2)
System\Drawing\Drawing2D\GraphicsPath.cs (2)
701
AddEllipse
(rect.X, rect.Y, rect.Width, rect.Height);
711
public void AddEllipse(int x, int y, int width, int height) =>
AddEllipse
((float)x, y, width, height);
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\GraphicsPathTests.cs (3)
831
gpf.
AddEllipse
(1f, 1f, 2f, 2f);
846
gpf.
AddEllipse
(1f, 2f, width, height);
1227
gp.
AddEllipse
(10f, 10f, 100f, 100f);