3 references to QuadTo
Microsoft.Maui.Controls (1)
Shapes\PathGeometry.cs (1)
160 path.QuadTo(
Microsoft.Maui.Graphics (2)
PathArcExtensions.cs (1)
151 aPath.QuadTo(cx, cy, x1, y1);
PathF.cs (1)
897 path.QuadTo(rotatedControlPoint.X, rotatedControlPoint.Y, rotatedEndPoint.X, rotatedEndPoint.Y);