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

Parameters

screenPt  Point
Screen point.

Return Value

Point
Point in window coordinates.
See Also