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