次の方法で共有


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()

現在の AppRect を表す String を返します。

適用対象