Search
Diagram.StartInteraction Method (InteractionState)
See Also
 






Starts the specified interactive operation. Subsequent mouse movements will modify or create the item specified through the InteractionState instance.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void StartInteraction (
    InteractionState interactionState
)

Visual Basic  Copy Code

Public Sub StartInteraction( _
    interactionState As InteractionState _
)

 Parameters

interactionState

An InteractionState instance.

 See Also