AppWebRect Class

Definition

Representation of a web elements position and size.

public class AppWebRect : Xamarin.UITest.Queries.IRect
type AppWebRect = class
    interface IRect
Public Class AppWebRect
Implements IRect
Inheritance
AppWebRect
Implements

Constructors

AppWebRect()

Properties

Bottom

The bottom property of the element.

CenterX

The X coordinate of the center of the element.

CenterY

The Y coordinate of the center of the element."

Height

The height of the element.

Left

The left property of the element.

Right

The right property of the element.

Top

The top property of the element.

Width

The width of the element.

X

The X property of the element, unit is screen coordinates

Y

The Y property of the element, unit is screen coordinates

Methods

Equals(AppWebRect)

Determines whether the specified AppWebRect is equal to the current AppWebRect.

Equals(Object)

Determines whether the specified Object is equal to the current AppWebRect.

GetHashCode()

Serves as a hash function for a AppWebRect object.

Applies to