| 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
Syntaxpublic static RectangleF operator +(
	RectangleF rectangle,
	SizeF offset
)
Public Shared Operator + ( 
	rectangle As RectangleF,
	offset As SizeF
) As RectangleF
static let inline (+)
        rectangle : RectangleF * 
        offset : SizeF  : RectangleFParameters
- 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
See Also