Android.Views.DragEvent.GetY Method
Gets the Y coordinate of the drag point.

Syntax

[Android.Runtime.Register("getY", "()F", "GetGetYHandler")]
public virtual float GetY ()

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the Y coordinate of the drag point. The value is valid if the event action is DragEvent.ACTION_DRAG_ENTERED, DragEvent.ACTION_DRAG_LOCATION, DragEvent.ACTION_DROP, or DragEvent.ACTION_DRAG_EXITED.

[Android Documentation]

Requirements

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