Click or drag to resize

PixelLayoutMove Method (Control, Point)

Moves a control to the specified location.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Move(
	Control control,
	Point location
)

Parameters

control
Type: Eto.FormsControl
Control to move
location
Type: Eto.DrawingPoint
Location to move to
See Also