1 write to EndPoint
Microsoft.Maui.Controls (1)
Shapes\LineGeometry.cs (1)
20
EndPoint
= endPoint;
5 references to EndPoint
Microsoft.Maui.Controls (5)
Shapes\GeometryHelper.cs (1)
45
segDst.Points.Add(matx.Transform(lineGeoSrc.
EndPoint
));
Shapes\LineGeometry.cs (4)
27
/// <summary>Bindable property for <see cref="
EndPoint
"/>.</summary>
29
BindableProperty.Create(nameof(
EndPoint
), typeof(Point), typeof(LineGeometry), new Point());
50
float endPointX = (float)
EndPoint
.X;
51
float endPointY = (float)
EndPoint
.Y;