Search
Diagram.LoadFromXml Method (Stream)
See Also
 






Loads the contents of an XML diagram document 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

An instance of a Stream-derived class.

 See Also