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

Adds an array of Shape objects to the list box.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void addShapes (
    Shape[] shapes
)

 Parameters

shapes

The shapes that should be added to the list.

 See Also