Click or drag to resize

PointAddition Operator (Point, Size)

Operator to add a size to a point

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

Parameters

point
Type: Eto.DrawingPoint
Base point value
size
Type: Eto.DrawingSize
Size to add to the point's X and Y co-ordinates

Return Value

Type: Point
A new point with the sum of the specified point's X and Y components and the size
See Also