Serializes the item to the specified writer.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
protected virtual void SaveTo ( |
Visual Basic Copy Code |
---|
Protected Overridable Sub SaveTo( _ |
This method is invoked when an item is being serialized to a binary-format diagram file.
The following example shows how to implement this method in a derived class.
C# Copy Code |
---|
protected override void SaveTo(System.IO.BinaryWriter writer, PersistContext ctx) |
Visual Basic Copy Code |
---|
Protected Overrides Sub SaveTo(ByVal writer As System.IO.BinaryWriter, ByVal ctx As PersistContext) |
DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace