AppWebRect 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Web 元素位置和大小的表示。
public class AppWebRect : Xamarin.UITest.Queries.IRect
type AppWebRect = class
interface IRect
Public Class AppWebRect
Implements IRect
- 繼承
-
AppWebRect
- 實作
建構函式
AppWebRect() |
Web 元素位置和大小的表示。 |
屬性
Bottom |
專案的底部屬性。 |
CenterX |
專案中央的 X 座標。 |
CenterY |
元素中央的 Y 座標。」 |
Height |
元素的高度。 |
Left |
專案的左屬性。 |
Right |
專案的右屬性。 |
Top |
專案的頂端屬性。 |
Width |
專案的寬度。 |
X |
元素的 X 屬性,單位是螢幕座標 |
Y |
元素的 Y 屬性,單位是螢幕座標 |
方法
Equals(AppWebRect) |
判斷指定的 AppWebRect 是否等於目前的 AppWebRect。 |
Equals(Object) |
判斷指定的 Object 是否等於目前的 AppWebRect。 |
GetHashCode() |
作為 AppWebRect 物件的雜湊函數。 |