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
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadFromXml( _ |
RemarksIf the path is an empty string or null, image locations are loaded relative to the BaseURI of the specified document.
See Also