Click or drag to resize

PointFAddition Operator (PointF, SizeF)

Operator to add a size to a point

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

Parameters

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

Return Value

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