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
)
Sub Move (
control As Control,
x As Integer,
y As Integer
)
abstract Move :
control : Control *
x : int *
y : int -> unit
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