ASP.NET Pack Programmer's Guide
IPersists.LoadFrom Method
See Also
 





Deserializes the object from the specified binary reader.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

void LoadFrom (
    BinaryReader reader,
    PersistContext ctx
)

Visual Basic  Copy Code

Sub LoadFrom( _
    reader As BinaryReader, _
    ctx As PersistContext _
)

 Parameters

reader

The .NET BinaryReader object to read from.

ctx

A PersistContext object supplying all necessary information during deserialization.

 See Also

IPersists Members
IPersists Interface
MindFusion.Diagramming Namespace