MindFusion.Java Package Programmer's Guide
ItemLabel.onPointerDown Method
See Also
 






Called when the left mouse button is pressed while the pointer is over this label.

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

 Syntax

Java  Copy Code

public void onPointerDown (
    Point2D mousePosition
)

 Parameters

mousePosition

A java.awt.geom.Point2D instance that specifies the current mouse position.

 See Also

ItemLabel Members
ItemLabel Class
com.mindfusion.diagramming Namespace