4 references to AppendRectangle
Microsoft.Maui.Controls (2)
Shapes\Rectangle.cs (1)
67 path.AppendRectangle(x, y, w, h);
Shapes\RectangleGeometry.cs (1)
40 path.AppendRectangle(x, y, w, h);
Microsoft.Maui.Graphics (1)
PathF.cs (1)
1081 AppendRectangle(rect.X, rect.Y, rect.Width, rect.Height, includeLast);
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (1)
507 path.AppendRectangle(x, y, width, height);