Size(Double, Double) 建構函式

定義

使用 widthheight,建立新的 Size 物件。

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

參數

width
System.Double

新大小的寬度。

height
System.Double

新大小的高度。

適用於