Click or drag to resize

RectangleOffset Method (Point)

Offsets the location of the rectangle by the X and Y values of the specified point

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

Parameters

point
Type: Eto.DrawingPoint
Point with values to offset the rectangle
See Also