Assert that a view has a particular x and y position on the visible screen.
Syntax
[Android.Runtime.Register("assertHasScreenCoordinates", "(Landroid/view/View;Landroid/view/View;II)V", "")] public static voidAssertHasScreenCoordinates (Android.Views.View origin, Android.Views.View view, int x, int y)
Parameters
origin
The root view of the screen.
view
The view.
x
The expected x coordinate.
y
The expected y coordinate.
Remarks
Assert that a view has a particular x and y position on the visible screen.