Deserializes the component from the specified reader.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void LoadFrom ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub LoadFrom( _ |
RemarksThis method is invoked when a CompositeNode is being deserialized from a diagram file saved in a binary format.
See Also