MindFusion.Wpf Pack Programmer's Guide
ShapeNodeState Members
Constructors
 


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.

The following tables list the members exposed by the ShapeNodeState type.

 Public Constructors

  Name Description

ShapeNodeState

Initializes a new instance of the ShapeNodeState class.

 See Also

ShapeNodeState Class
MindFusion.Diagramming.Wpf Namespace