Serializes the component to the specified writer.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void SaveTo ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub SaveTo( _ |
RemarksThis method is invoked when a CompositeNode is being serialized to a binary-format diagram file.
See Also