Search
ComponentBase.OnMouseMove Method
See Also
 





Called when the mouse is moved while this component tracks the mouse events.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void OnMouseMove (
    Point point
)

Visual Basic  Copy Code

Public Overridable Sub OnMouseMove( _
    point As Point _
)

 Parameters

point
A Microsoft.Maui.Graphics.Point that specifies the current mouse position.

 See Also