Android.Views.DragEvent.GetX Method
Gets the X coordinate of the drag point.

Syntax

[Android.Runtime.Register("getX", "()F", "GetGetXHandler")]
public virtual float GetX ()

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the X coordinate of the drag point. The value is only valid if the event action is DragEvent.ACTION_DRAG_LOCATION or DragEvent.ACTION_DROP.

[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