Saves the diagram into a file.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public void SaveToFile ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToFile( _ |
RemarksSaveToFile creates a file stream and invokes the SaveToStream method on it. The file contents can be loaded later using the LoadFromFile method.
See Also