Click or drag to resize

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
)

Parameters

control
Type: Eto.FormsControl
Control to add
location
Type: Eto.DrawingPoint
Location to position the control
See Also