ControlPointFromScreen Method |
Converts a point from screen space to control space.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PointF PointFromScreen(
PointF point
)
Public Function PointFromScreen (
point As PointF
) As PointF
member PointFromScreen :
point : PointF -> PointF
Parameters
- point
- Type: Eto.DrawingPointF
Point in screen space
Return Value
Type:
PointFThe point in control space
See Also