Click or drag to resize

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
)

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