MotionEvent.PointerCoords.ToolMinor Property

Definition

The length of the minor axis of an ellipse that describes the size of the approaching tool.

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

Property Value

Attributes

Remarks

The length of the minor axis of an ellipse that describes the size of the approaching tool. The tool area represents the estimated size of the finger or pen that is touching the device independent of its actual 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.toolMinor.

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