Deserializes the object from the specified binary reader.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
void LoadFrom ( |
Visual Basic
Copy Code
|
|---|
Sub LoadFrom( _ |
The .NET BinaryReader object to read from.
A PersistContext object supplying all necessary information during deserialization.
See Also