1 write to EndPoint
Microsoft.Maui.Controls (1)
Shapes\LineGeometry.cs (1)
20
EndPoint
= endPoint;
7 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;
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Extensions\GeometryExtensions.cs (2)
32
Forms.ConvertToScaledPixel(lineGeometry.
EndPoint
.X),
33
Forms.ConvertToScaledPixel(lineGeometry.
EndPoint
.Y));