Search
ItemLabel.OnTouchMove Method
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void OnTouchMove (
    Point mousePosition
)

Visual Basic  Copy Code

Public Overridable Sub OnTouchMove( _
    mousePosition As Point _
)

 Parameters

mousePosition

A PointF instance that specifies the current mouse position.

 See Also