Search
ShapeListBox.SetShapeAt Method
See Also
 





Sets a new shape at the specified position.

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

 Syntax

C#  Copy Code

public void SetShapeAt (
    int index,
    Shape shape
)

Visual Basic  Copy Code

Public Sub SetShapeAt( _
    index As Integer, _
    shape As Shape _
)

 Parameters

index
An integer value specifying the index where the new shape should be placed.
shape
A Shape representing the shape that should be added to the list box.

 See Also