Search
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