Compartir a través de


Size(Double, Double) Constructor

Definición

Crea un objeto Size con width y height.

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

Parámetros

width
System.Double

Ancho del nuevo tamaño.

height
System.Double

Alto del nuevo tamaño.

Se aplica a