PointFDistance Method (PointF) |
Gets the distance between this point and the specified point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public float Distance(
PointF point
)
Public Function Distance (
point As PointF
) As Single
member Distance :
point : PointF -> float32
Parameters
- point
- Type: Eto.DrawingPointF
Point to calculate the distance from
Return Value
Type:
Single[Missing <returns> documentation for "M:Eto.Drawing.PointF.Distance(Eto.Drawing.PointF)"]
See Also