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

适用于