Click or drag to resize

RectangleOffset Method (Size)

Offsets the location of the rectangle by the specified size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Offset(
	Size size
)

Parameters

size
Type: Eto.DrawingSize
Width and Height to move the rectangle
See Also