3 references to AppendRoundedRectangle
Microsoft.Maui.Controls (1)
BoxView\BoxView.cs (1)
90 path.AppendRoundedRectangle(
Microsoft.Maui.Graphics (2)
CanvasExtensions.cs (2)
57 path.AppendRoundedRectangle(rect, topLeftCornerRadius, topRightCornerRadius, bottomLeftCornerRadius, bottomRightCornerRadius); 95 path.AppendRoundedRectangle(rect, topLeftCornerRadius, topRightCornerRadius, bottomLeftCornerRadius, bottomRightCornerRadius);