Search
ShapeListBox.InsertShape Method
See Also
 





Inserts the specified shape at the specified position.

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

 Syntax

C#  Copy Code

public void InsertShape (
    int i,
    Shape s
)

Visual Basic  Copy Code

Public Sub InsertShape( _
    i As Integer, _
    s As Shape _
)

 Parameters

i
An integer value specifying the index of the new shape.
s
A Shape representing the shape that should be added to the list box.

 See Also