5 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.Drawing.Common.Tests (1)
System\Drawing\Drawing2D\GraphicsPathTests.cs (1)
2381
path.
AddRoundedRectangle
(new RectangleF(10, 10, 20, 20), new(5, 5));