Click or drag to resize

RectangleSubtraction Operator (Rectangle, Size)

Subtracts the offset from 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_Subtraction(Eto.Drawing.Rectangle,Eto.Drawing.Size)"]

See Also