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.
Name | Description | |
---|---|---|
Initializes a new instance of the ShapeNodeState class. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |