Search
DiagramEvent Constructor (Object, Point2D, int)
See Also
 

Initializes a new DiagramEvent instance.

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

 Syntax

Java  Copy Code

public DiagramEvent (
    Object source,
    Point2D position,
    int button
)

 Parameters

source

The sender of this event.

position

Specifies the mouse pointer position.

button

 See Also