MindFusion.Wpf Pack Programmer's Guide
ShapeLibrary.LoadFromXml Method (XmlDocument, String)
See Also
 





Loads the library from the specified XML document. All locations of images associated with shapes in the library are loaded relative to the specified library path.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void LoadFromXml (
    XmlDocument document,
    string libraryPath
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    document As XmlDocument, _
    libraryPath As String _
)

 Parameters

document

libraryPath

 Remarks

If the path is an empty string or null, image locations are loaded relative to the BaseURI of the specified document.

 See Also

LoadFromXml Method Overload List
ShapeLibrary Members
ShapeLibrary Class
MindFusion.Diagramming.Wpf Namespace