DroidDiagram Programmer's Guide
DiagramItem.updateModify Method
See Also
 






Invoked during interactive modification of this item.

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

 Syntax

Java  Copy Code

protected void updateModify (
    PointF current,
    InteractionState ist
)

 Parameters

current

A PointF specifying the pointer position.

ist

An InteractionState object containing more information about the current state of the operation.

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace