MotionEvent.RawY 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.
Equivalent to #getRawY(int)
for pointer index 0 (regardless of
the pointer identifier).
public float RawY { [Android.Runtime.Register("getRawY", "()F", "")] get; }
[<get: Android.Runtime.Register("getRawY", "()F", "")>]
member this.RawY : single
Property Value
The Y coordinate of the first pointer index in the coordinate space of the device display.
- Attributes
Remarks
Equivalent to #getRawY(int)
for pointer index 0 (regardless of the pointer identifier).
Java documentation for android.view.MotionEvent.getRawY()
.
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.