Click or drag to resize

SizeAddition Operator (Size, Size)

Adds the Width and Height values of two sizes together

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Size operator +(
	Size size1,
	Size size2
)

Parameters

size1
Type: Eto.DrawingSize
First size to add
size2
Type: Eto.DrawingSize
Second size to add

Return Value

Type: Size
A new instance of a Size struct with the addition of the width and height of both sizes
See Also