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
)
Public Shared Function GetLocation (
control As Control
) As Point
static member GetLocation :
control : Control -> Point
Parameters
- control
- Type: Eto.FormsControl
Control to get the location.
Return Value
Type:
PointThe location.
See Also