8 references to LineTo
Microsoft.Maui.Controls (7)
Shapes\Line.cs (1)
84 path.LineTo((float)X2, (float)Y2);
Shapes\LineGeometry.cs (1)
54 path.LineTo(endPointX, endPointY);
Shapes\PathGeometry.cs (3)
114 path.LineTo( 122 path.LineTo( 130 path.LineTo(
Shapes\Polygon.cs (1)
62 path.LineTo((float)Points[index].X, (float)Points[index].Y);
Shapes\Polyline.cs (1)
61 path.LineTo((float)Points[index].X, (float)Points[index].Y);
Microsoft.Maui.Graphics (1)
PathF.cs (1)
891 path.LineTo(rotatedPoint.X, rotatedPoint.Y);