Search
ShapeListBox.AddShape Method
See Also
 





Adds a new shape to the end of the list box.

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

 Syntax

C#  Copy Code

public void AddShape (
    Shape t
)

Visual Basic  Copy Code

Public Sub AddShape( _
    t As Shape _
)

 Parameters

t
A Shape representing the shape that will be added to the list box.

 See Also