Click or drag to resize

PixelLayoutSetLocation Method

Sets the location of the specified control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static void SetLocation(
	Control control,
	Point value
)

Parameters

control
Type: Eto.FormsControl
Control to set the location.
value
Type: Eto.DrawingPoint
Location of the control
See Also