3 references to DrawEllipse
System.Drawing (1)
commonui\System\Drawing\Graphics.cs (1)
1516DrawEllipse(pen, rect.X, rect.Y, rect.Width, rect.Height);
System.Web.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
157 _graphics.DrawEllipse( pen, x, y, width, height );
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
157 _graphics.DrawEllipse( pen, x, y, width, height );