MotionEvent.PointerCoords.TouchMinor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The length of the minor axis of an ellipse that describes the touch area at the point of contact.
[Android.Runtime.Register("touchMinor")]
public float TouchMinor { get; set; }
[<Android.Runtime.Register("touchMinor")>]
member this.TouchMinor : single with get, set
Property Value
- Attributes
Remarks
The length of the minor 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.touchMinor
.
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.