Size.Multiply(Size, Double) Operator

Definition

Scales both Width and Height.

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

Parameters

s1
Size

A Size to be scaled.

value
Double

A factor by which to multiple s1's Width and Height values.

Returns

A new Size whose Width and Height have been scaled by value.

Applies to