Loads the contents of an existing diagram file into the control.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void LoadFromFile ( |
Visual Basic Copy Code |
---|
Public Sub LoadFromFile( _ |
The 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |