10 references to AddArc
System.Drawing.Common (6)
System\Drawing\Drawing2D\GraphicsPath.cs (6)
374AddArc(rect.X, rect.Y, rect.Width, rect.Height, startAngle, sweepAngle); 386AddArc((float)x, y, width, height, startAngle, sweepAngle); 672AddArc( 678AddArc( 684AddArc( 690AddArc(
System.Windows.Forms (4)
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (4)
246path.AddArc(rect.X, rect.Y, radius * 2, radius * 2, 180, 90); 247path.AddArc(rect.Right - radius * 2, rect.Y, radius * 2, radius * 2, 270, 90); 248path.AddArc(rect.Right - radius * 2, rect.Bottom - radius * 2, radius * 2, radius * 2, 0, 90); 249path.AddArc(rect.X, rect.Bottom - radius * 2, radius * 2, radius * 2, 90, 90);