Called when the mouse is moved while this label tracks the mouse events.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual void OnMouseMove ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub OnMouseMove( _ |
A PointF instance that specifies the current mouse position.
See Also