6 references to AddRoundedRectangle
System.Drawing.Common (4)
System\Drawing\Drawing2D\GraphicsPath.cs (2)
660/// <inheritdoc cref="AddRoundedRectangle(RectangleF, SizeF)"/> 662AddRoundedRectangle((RectangleF)rect, radius);
System\Drawing\Graphics.cs (2)
734path.AddRoundedRectangle(rect, radius); 1208path.AddRoundedRectangle(rect, radius);
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (1)
229path.AddRoundedRectangle(bounds, new SizeF(clampedRadius, clampedRadius));
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (1)
316path.AddRoundedRectangle(bounds, new SizeF(clampedRadius, clampedRadius));