Search
ShapeListBox.GetShapeAt Method
See Also
 





Gets the shape at the specified index in the list box.

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

 Syntax

C#  Copy Code

public Shape GetShapeAt (
    int index
)

Visual Basic  Copy Code

Public Function GetShapeAt( _
    index As Integer _
) As Shape

 Parameters

index
An integer value specifying the index of the shape within the list box.

 Return Value

A Shape instance representing the shape at the specified position in the list.

 See Also