共用方式為


Size.Multiply(Size, Double) 運算子

定義

同時縮放 WidthHeight

public static Xamarin.Forms.Size operator * (Xamarin.Forms.Size s1, double value);
static member ( * ) : Xamarin.Forms.Size * double -> Xamarin.Forms.Size

參數

s1
Size

要縮放的 Size

value
System.Double

s1WidthHeight 值所要相乘的因數。

傳回

新的 Size,其 WidthHeight 已依 value 縮放。

適用於