1 reference to AddEllipse
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsPath.cs (1)
709
public void AddEllipse(Rectangle rect) =>
AddEllipse
(rect.X, rect.Y, rect.Width, rect.Height);