2 references to AppendRoundedRectangle
Microsoft.Maui.Controls (1)
Shapes\Rectangle.cs (1)
71 path.AppendRoundedRectangle(x, y, w, h, cornerRadius);
Microsoft.Maui.Graphics (1)
PathF.cs (1)
1106 AppendRoundedRectangle(rect.X, rect.Y, rect.Width, rect.Height, cornerRadius, includeLast);