Xamarin.Forms.Size.op_Addition Method
Returns a new Xamarin.Forms.Size whose Size.Height and Size.Width are the sum of the component's height and width.

Syntax

public static Size operator+ (Size s1, Size s2)

Parameters

s1
A Xamarin.Forms.Size to be added.
s2
A Xamarin.Forms.Size to be added.

Returns

A Xamarin.Forms.Size whose Size.Width is equal to s1.Width + s2.Width and whose Size.Height is equal to sz1.Height + sz2.Height.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0