DragManagerDragMove Method |
Occurs on dragging movement.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public virtual void DragMove(
Point screenPt
)
Parameters
- screenPt
- Type: System.DrawingPoint
Latest screen point during dragging.
See Also