Size.Addition(Size, Size) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Xamarin.Forms.Size operator + (Xamarin.Forms.Size s1, Xamarin.Forms.Size s2);
static member ( + ) : Xamarin.Forms.Size * Xamarin.Forms.Size -> Xamarin.Forms.Size
Parameters
Returns
A Size whose Width is equal to s1.Width + s2.Width
and whose Height is equal to sz1.Height + sz2.Height
.