共用方式為


AppRect 類別

定義

檢視專案位置和大小的表示。

public class AppRect : Xamarin.UITest.Queries.IRect
type AppRect = class
    interface IRect
Public Class AppRect
Implements IRect
繼承
AppRect
實作

建構函式

AppRect()

檢視專案位置和大小的表示。

屬性

CenterX

專案中央的 X 座標。

CenterY

專案中央的 Y 座標。

Height

元素的高度。

Width

專案的寬度。

X

元素左上角的 X 座標。

Y

元素左上角的 Y 座標。

方法

ToString()

傳回代表目前 AppRectString

適用於