Search
ShapeListBox.AddShapes Method (Shape[])
See Also
 





Adds the shapes from the specified array to the end of the list box.

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

 Syntax

C#  Copy Code

public void AddShapes (
    Shape[] shapes
)

Visual Basic  Copy Code

Public Sub AddShapes( _
    shapes() As Shape _
)

 Parameters

shapes
An array of Shape objects representing the shapes to be added to the list box.

 See Also