2 references to AddEllipse
System.Drawing.Common (2)
System\Drawing\Drawing2D\GraphicsPath.cs (2)
701AddEllipse(rect.X, rect.Y, rect.Width, rect.Height); 711public void AddEllipse(int x, int y, int width, int height) => AddEllipse((float)x, y, width, height);