Click or drag to resize

SizeFAddition Operator (SizeF, Single)

Adds a value to the Width and Height of the specified size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static SizeF operator +(
	SizeF size,
	float value
)

Parameters

size
Type: Eto.DrawingSizeF
Size to add to
value
Type: SystemSingle
Value to add to the width and height

Return Value

Type: SizeF
A new instance of a SizeF struct with the width and height of size plus value
See Also