Search
ComponentBase.onMouseUp Method (Point2D.Float)
See Also
 

Called when the left mouse button is released while this component tracks the mouse events.

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

 Syntax

Java  Copy Code

public void onMouseUp (
    Point2D.Float point
)

 Parameters

point

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

 See Also