Click or drag to resize

RectangleFOffset Method (SizeF)

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(
	SizeF size
)

Parameters

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