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