Search
ShapeNodeState Class
See Also
 





Contains a snapshot of the internal state of a ShapeNode. Instances of this class are used to store the state of nodes for later undo or redo operations. If you derive from ShapeNode and need to implement undo support for the additional internal state defined by your class, do so by deriving from ShapeNodeState and overriding the ShapeNode.CreateState, ShapeNode.SaveState and ShapeNode.RestoreState methods.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ShapeNodeState : DiagramNodeState

Visual Basic  Copy Code

Public Class ShapeNodeState
    Inherits DiagramNodeState

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.DiagramItemState
        MindFusion.Diagramming.DiagramNodeState
            MindFusion.Diagramming.ShapeNodeState

 See Also