MotionEvent.PointerCoords.CopyFrom(MotionEvent+PointerCoords) Method

Definition

Copies the contents of another pointer coords object.

[Android.Runtime.Register("copyFrom", "(Landroid/view/MotionEvent$PointerCoords;)V", "")]
public void CopyFrom (Android.Views.MotionEvent.PointerCoords? other);
[<Android.Runtime.Register("copyFrom", "(Landroid/view/MotionEvent$PointerCoords;)V", "")>]
member this.CopyFrom : Android.Views.MotionEvent.PointerCoords -> unit

Parameters

other
MotionEvent.PointerCoords

The pointer coords object to copy.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to