MotionEvent.PointerCoords.TouchMajor Property

Definition

The length of the major axis of an ellipse that describes the touch area at the point of contact.

[Android.Runtime.Register("touchMajor")]
public float TouchMajor { get; set; }
[<Android.Runtime.Register("touchMajor")>]
member this.TouchMajor : single with get, set

Property Value

Attributes

Remarks

The length of the major axis of an ellipse that describes the touch area at the point of contact. If the device is a touch screen, the length is reported in pixels, otherwise it is reported in device-specific units.

Java documentation for android.view.MotionEvent.PointerCoords.touchMajor.

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

See also