Search
Selection Constructor
See Also
 





Initializes a new instance of the Selection class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Selection (
    Diagram parent,
    bool toolMode,
    IDiagramView zoomTarget
)

Visual Basic  Copy Code

Public New ( _
    parent As Diagram, _
    toolMode As Boolean, _
    zoomTarget As IDiagramView _
)

 Parameters

parent

The Diagram instance.

toolMode

true if this object is used only to draw lasso, or false if used to select diagram items.

zoomTarget

The diagram view zoomed by lasso tool.

 See Also