MindFusion.Java Package Programmer's Guide
ShapeListBox.getShapeAt Method
See Also
 






Returns the Shape at the specified index.

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

 Syntax

Java  Copy Code

public Shape getShapeAt (
    int index
)

 Parameters

index

The shape position in the list.

 Return Value

The shape found at the specified position.

 See Also

ShapeListBox Members
ShapeListBox Class
com.mindfusion.diagramming Namespace