Search
DiagramPresenter Constructor
See Also
 






Initialized a new instance of the DiagramPresenter class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramPresenter (
    DiagramView diagramView,
    bool internalScroll
)

Visual Basic  Copy Code

Public New ( _
    diagramView As DiagramView, _
    internalScroll As Boolean _
)

 Parameters

diagramView

The parent DiagramView control.

internalScroll

Specifies whether scrolling is implemented internally.

 See Also