PixelLayoutMove Method (Control, Int32, Int32) |
Moves the control to the specified coordinates
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Move(
Control control,
int x,
int y
)
Public Sub Move (
control As Control,
x As Integer,
y As Integer
)
member Move :
control : Control *
x : int *
y : int -> unit
Parameters
- control
- Type: Eto.FormsControl
Control to move - x
- Type: SystemInt32
The x coordinate. - y
- Type: SystemInt32
The y coordinate.
See Also