Click or drag to resize

PixelLayoutGetLocation Method

Gets the location of the control in the container

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

Parameters

control
Type: Eto.FormsControl
Control to get the location.

Return Value

Type: Point
The location.
See Also