Click or drag to resize

SizeFAddition Operator (SizeF, SizeF)

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 SizeF operator +(
	SizeF size1,
	SizeF size2
)

Parameters

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

Return Value

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