Search
ComponentBase.OnMouseMove Method (Point)
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 Point instance that specifies the current mouse position.

 See Also