Compartir a través de


Rect Constructores

Definición

Sobrecargas

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

Parámetros

loc
Point
sz
Size

Se aplica a

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

Parámetros

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

Se aplica a