Click or drag to resize

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
C#
protected Point ScreenToWindow(
	Point screenPt
)

Parameters

screenPt
Type: System.DrawingPoint
Screen point.

Return Value

Type: Point
Point in window coordinates.
See Also