MindFusion WinForms Programmer's Guide
ShapeListBox.RemoveShapeAt Method
See Also
 





Removes the shape at the specified index.

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

 Syntax

C#  Copy Code

public void RemoveShapeAt (
    int i
)

Visual Basic  Copy Code

Public Sub RemoveShapeAt( _
    i As Integer _
)

 Parameters

i
An integer value specifying the index of the shape to be removed.

 See Also

ShapeListBox Members
ShapeListBox Class
MindFusion.Diagramming.WinForms Namespace
AddShape Method
InsertShape Method
ClearShapes Method