PointDistance Method (Point) |
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(
Point point
)
Public Function Distance (
point As Point
) As Single
member Distance :
point : Point -> float32
Parameters
- point
- Type: Eto.DrawingPoint
Point to calculate the distance from
Return Value
Type:
Single[Missing <returns> documentation for "M:Eto.Drawing.Point.Distance(Eto.Drawing.Point)"]
See Also