Share via


Size(Double, Double) Constructor

Definition

Creates a new Size object with width and height.

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

Parameters

width
System.Double

The width of the new size.

height
System.Double

The height of the new size.

Applies to