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





Deserializes the item from the specified reader.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void LoadFrom (
    BinaryReader reader,
    PersistContext ctx
)

Visual Basic  Copy Code

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

 Parameters

reader

A BinaryReader object from which to read the item's data.

ctx

A PersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also

Style Members
Style Class
MindFusion.Diagramming Namespace