4 references to DrawArc
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
1278DrawArc(pen, rect.X, rect.Y, rect.Width, rect.Height, startAngle, sweepAngle); 1307DrawArc(pen, rect.X, rect.Y, rect.Width, rect.Height, startAngle, sweepAngle);
System.Web.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
351 _graphics.DrawArc( pen, x, y, width, height, startAngle, sweepAngle );
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
351 _graphics.DrawArc( pen, x, y, width, height, startAngle, sweepAngle );