Search
ShapeLibrary Constructor (Shape[])
See Also
 





Initializes a new instance of the ShapeLibrary class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeLibrary (
    Shape[] shapes
)

Visual Basic  Copy Code

Public New ( _
    shapes() As Shape _
)

 Parameters

shapes

An array of Shape object to initialize the library with.

 See Also