Search
ShapeLibrary.SaveToXml Method (Stream)
See Also
 






Saves this library to the specified stream.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveToXml (
    Stream s
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    s As Stream _
)

 Parameters

s

The Stream this library should be saved to.

 See Also