Loads the contents of an existing diagram file into the control.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void LoadFromFile ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadFromFile( _ |
RemarksThe method reads previously saved diagram. It is implemented by creating a stream on the input file, then invoking the LoadFromStream method. It throws a FileLoadException if the file given as argument does not adhere to the proper format. Diagrams can be saved in a file using the SaveToFile method.
See Also