8 references to AppendRoundedRectangle
Microsoft.Maui.Controls (3)
Shapes\RoundRectangle.cs (2)
68
path.
AppendRoundedRectangle
(0, 0, w, h, topLeftCornerRadius, topRightCornerRadius, bottomLeftCornerRadius, bottomRightCornerRadius);
99
path.
AppendRoundedRectangle
(x, y, w, h, topLeftCornerRadius, topRightCornerRadius, bottomLeftCornerRadius, bottomRightCornerRadius);
Shapes\RoundRectangleGeometry.cs (1)
128
path.
AppendRoundedRectangle
(x, y, w, h, tl, tr, bl, br);
Microsoft.Maui.Graphics (5)
CanvasExtensions.cs (4)
43
path.
AppendRoundedRectangle
(x, y, width, height, topLeftCornerRadius, topRightCornerRadius, bottomLeftCornerRadius, bottomRightCornerRadius);
50
path.
AppendRoundedRectangle
((float)rect.X, (float)rect.Y, (float)rect.Width, (float)rect.Height, (float)topLeftCornerRadius, (float)topRightCornerRadius, (float)bottomLeftCornerRadius, (float)bottomRightCornerRadius);
81
path.
AppendRoundedRectangle
(x, y, width, height, topLeftCornerRadius, topRightCornerRadius, bottomLeftCornerRadius, bottomRightCornerRadius);
88
path.
AppendRoundedRectangle
((float)rect.X, (float)rect.Y, (float)rect.Width, (float)rect.Height, (float)topLeftCornerRadius, (float)topRightCornerRadius, (float)bottomLeftCornerRadius, (float)bottomRightCornerRadius);
PathF.cs (1)
1140
AppendRoundedRectangle
(rect.X, rect.Y, rect.Width, rect.Height, topLeftCornerRadius, topRightCornerRadius, bottomLeftCornerRadius, bottomRightCornerRadius, includeLast);