Search
ShapeListBox.removeShapeAt Method
See Also
 

Removes a shape from the list box.

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

 Syntax

Java  Copy Code

public void removeShapeAt (
    int i
)

 Parameters

i

The shape position in the list.

 See Also