ThemedControlHandler<TControl, TWidget, TCallback>.PointFromScreen Method |
Converts a point from screen space to control space.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic virtual PointF PointFromScreen(
PointF point
)
Public Overridable Function PointFromScreen (
point As PointF
) As PointF
abstract PointFromScreen :
point : PointF -> PointF
override PointFromScreen :
point : PointF -> PointF
Parameters
- point
- Type: Eto.Drawing.PointF
Point in screen space
Return Value
Type:
PointFThe point in control space
Implements
Control.IHandler.PointFromScreen(PointF)
See Also