DroidDiagram Programmer's Guide
ComponentBase.onMouseMove Method (Point2D.Float)
See Also
 






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

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void onMouseMove (
    Point2D.Float point
)

 Parameters

point

A Point2D.Float instance that specifies the current mouse position.

 See Also

onMouseMove Method Overload List
ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace