Click or drag to resize

DragViewControllerMouseMove Method

Mouse has moved inside the view.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public virtual void MouseMove(
	Control c,
	Point pt
)

Parameters

c  Control
Reference to the source control instance.
pt  Point
Mouse position relative to control.

Implements

IMouseControllerMouseMove(Control, Point)
See Also