Click or drag to resize

RectangleFOffset Method (PointF)

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(
	PointF point
)

Parameters

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