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





Saves the shape library into the specified XML document. All locations of images associated with shapes in the library are saved relative to the specified destination path.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    XmlDocument document,
    string libraryFileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    document As XmlDocument, _
    libraryFileName As String _
)

 Parameters

document

libraryFileName

 Remarks

If the path is an empty string or null, image locations are written as absolute.

 See Also

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