Search
ShapeLibrary.LoadFromXml Method (Stream)
See Also
 






Loads this library from the specified stream.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void LoadFromXml (
    Stream stream
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    stream As Stream _
)

 Parameters

stream

The stream from which to load the shape library.

 See Also