Click or drag to resize

RectangleFAddition Operator (RectangleF, SizeF)

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 RectangleF operator +(
	RectangleF rectangle,
	SizeF offset
)

Parameters

rectangle
Type: Eto.DrawingRectangleF
Rectangle to offset
offset
Type: Eto.DrawingSizeF
Offset to move the location by

Return Value

Type: RectangleF

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

See Also