Search
ShapeLibrary Class
Remarks See Also
 






The ShapeLibrary class represents a collection of shape definitions stored together.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ShapeLibrary

Visual Basic  Copy Code

Public Class ShapeLibrary

 Remarks

A shape library can be saved and loaded to/from a file in XML-based format using the SaveToXml and LoadFromXml methods. The loaded shapes can be accessed through the Shapes property. They will be automatically added to the shared list of shapes kept in the Shape class, which lets you access them through the FromId method.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.ShapeLibrary

 See Also