2 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);