Click or drag to resize

SizeAddition Operator (Size, Int32)

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 Size operator +(
	Size size,
	int value
)

Parameters

size
Type: Eto.DrawingSize
Size to add to
value
Type: SystemInt32
Value to add to the width and height

Return Value

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