Click or drag to resize

PointFOffset Method (Single, Single)

Offsets the X and Y co-ordinates of this point by the specified x and y values

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Offset(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
Value to add to the X co-ordinate of this point
y
Type: SystemSingle
Value to add to the Y co-ordinate of this point
See Also