Gets the length between this point and the destination point.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public float LengthTo(
PointF destination
)
Public Function LengthTo (
destination As PointF
) As Single
member LengthTo :
destination : PointF -> float32
Parameters
- destination
- Type: Eto.DrawingPointF
Point to determine the length to.
Return Value
Type:
SingleThe length between this instance and the
destination .
See Also