Click or drag to resize

PointFLengthTo Method

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
)

Parameters

destination
Type: Eto.DrawingPointF
Point to determine the length to.

Return Value

Type: Single
The length between this instance and the destination .
See Also