PixelLayoutAdd Method (Control, Point) |
Adds a control at the specified location
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Add(
Control control,
Point location
)
Public Sub Add (
control As Control,
location As Point
)
member Add :
control : Control *
location : Point -> unit
Parameters
- control
- Type: Eto.FormsControl
Control to add - location
- Type: Eto.DrawingPoint
Location to position the control
See Also