ASP.NET Pack Programmer's Guide
InteractionState Constructor
See Also
 






Initializes a new InteractionState instance.

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

 Syntax

Java  Copy Code

public InteractionState (
    DiagramItem currentItem,
    int selectionHandle,
    int action
)

 Parameters

currentItem

the item being interacted with

selectionHandle

index of the selection handle being dragged

action

one of the Action constants

 See Also

InteractionState Class
com.mindfusion.diagramming Namespace