Android.Graphics.PointF.Length Method
Returns the euclidian distance from (0,0) to (x,y)

Syntax

[Android.Runtime.Register("length", "(FF)F", "")]
public static float Length (float x, float y)

Parameters

x
Documentation for this section has not yet been entered.
y
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the euclidian distance from (0,0) to (x,y)

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1