次の方法で共有


Rect コンストラクター

定義

オーバーロード

Rect(Point, Size)

public Rect(Xamarin.Forms.Point loc, Xamarin.Forms.Size sz);
new Xamarin.Forms.Rect : Xamarin.Forms.Point * Xamarin.Forms.Size -> Xamarin.Forms.Rect

パラメーター

loc
Point
sz
Size

適用対象

Rect(Double, Double, Double, Double)

public Rect(double x, double y, double width, double height);
new Xamarin.Forms.Rect : double * double * double * double -> Xamarin.Forms.Rect

パラメーター

x
System.Double
y
System.Double
width
System.Double
height
System.Double

適用対象