Android.Test.ViewAsserts.AssertHasScreenCoordinates Method
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 void AssertHasScreenCoordinates (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.

[Android Documentation]

Requirements

Namespace: Android.Test
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1