Search
ShapeCollection Class
See Also
 






Represents a read-only collection of shapes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ShapeCollection : List<Shape>

Visual Basic  Copy Code

Public Class ShapeCollection
    Inherits List(Of Shape)

 Inheritance Hierarchy

System.Object
    System.Collections.Generic.List(Shape)
        MindFusion.Diagramming.ShapeCollection

 See Also