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
)
Public Sub Move (
control As Control,
location As Point
)
member Move :
control : Control *
location : Point -> unit
Parameters
- control
- Type: Eto.FormsControl
Control to move - location
- Type: Eto.DrawingPoint
Location to move to
See Also