Click or drag to resize

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
)

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