ASP.NET Pack Programmer's Guide
DiagramLink.startModify Method
See Also
 






DiagramItem.startModify override. Invoked when the user starts modifying this item interactively.

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

 Syntax

Java  Copy Code

protected void startModify (
    Point2D org,
    int handle,
    InteractionState ist
)

 Parameters

org
A Point2D specifying the pointer position.
handle
Index of the adjustment handle used to modify the link.
ist
An InteractionState object containing more information about the current state of the operation.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace