Search
Interaction Constructor
See Also
 





Initializes a new instance of the Interaction class.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

protected Interaction (
    DiagramView diagramView
)

Visual Basic  Copy Code

Protected New ( _
    diagramView As DiagramView _
)

 Parameters

diagramView

A DiagramView where the interaction takes place.

 See Also