Click or drag to resize

SizeAddition Operator (Size, Point)

Adds the X and Y value to the Width and Height of a size

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

Parameters

size
Type: Eto.DrawingSize
Size to add to
point
Type: Eto.DrawingPoint
Point with values to add

Return Value

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