Click or drag to resize

LayoutIPositionalLayoutHandlerMove Method

Moves the control to the specified co-ordinates

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Move(
	Control control,
	int x,
	int y
)

Parameters

control
Type: Eto.FormsControl
Child control to move
x
Type: SystemInt32
New X co-ordinate
y
Type: SystemInt32
New Y co-ordinate
Remarks
This assumes that the control is already a child of this layout
See Also