Click or drag to resize

RectangleAddition Operator (Rectangle, Size)

Adds the offset to the specified rectangle, moving its location

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Rectangle operator +(
	Rectangle rectangle,
	Size offset
)

Parameters

rectangle
Type: Eto.DrawingRectangle
Rectangle to offset
offset
Type: Eto.DrawingSize
Offset to move the location by

Return Value

Type: Rectangle

[Missing <returns> documentation for "M:Eto.Drawing.Rectangle.op_Addition(Eto.Drawing.Rectangle,Eto.Drawing.Size)"]

See Also