Serializes the style to the specified writer.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void SaveTo ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub SaveTo( _ |
A BinaryWriter object the style data should be written to.
A PersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also