VisualFormScreenToWindow Method |
Convert a screen location to a window location.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntaxprotected Point ScreenToWindow(
Point screenPt
)
Parameters
- screenPt
- Type: System.DrawingPoint
Screen point.
Return Value
Type:
PointPoint in window coordinates.
See Also