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