Click or drag to resize

PixelLayoutAdd Method (Control, Int32, Int32)

Adds a control to the layout with the specified pixel coordinates

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Add(
	Control control,
	int x,
	int y
)

Parameters

control
Type: Eto.FormsControl
Control to add
x
Type: SystemInt32
The x coordinate.
y
Type: SystemInt32
The y coordinate.
See Also