Search
ShapeLibrary Class
Remarks See Also
 





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

Namespace: MindFusion.Diagramming
File: ShapeLibrary.js

 Syntax

JavaScript  Copy Code

// class
ShapeLibrary.prototype = {}

 Remarks

Shape libraries can be created using the ShapeDesigner tool that comes with MindFusion.Diagramming. Use the loadFromXml method to load a shape library from a file. The loaded shapes can be accessed through the Shapes property.

 Inheritance Hierarchy

MindFusion.Diagramming.ShapeLibrary

 See Also