Search
ShapeListBox.setShapeAt Method
See Also
 

Sets the shape at the specified position.

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

 Syntax

Java  Copy Code

public void setShapeAt (
    int index,
    Shape shape
)

 Parameters

index

The shape position in the list.

shape

The Shape that should be added to the list.

 See Also