5 references to ClampCornerRadius
Microsoft.Maui.Graphics (5)
PathF.cs (5)
1111 cornerRadius = ClampCornerRadius(cornerRadius, w, h);
1192 topLeftCornerRadius = ClampCornerRadius(topLeftCornerRadius, w, h);
1193 topRightCornerRadius = ClampCornerRadius(topRightCornerRadius, w, h);
1194 bottomLeftCornerRadius = ClampCornerRadius(bottomLeftCornerRadius, w, h);
1195 bottomRightCornerRadius = ClampCornerRadius(bottomRightCornerRadius, w, h);