Saves the current state of the diagram that this DiagramSurface is displaying. This saved state is used for undo purposes. This method should be called AFTER an action has modified the DiagramSurface.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void TakeSnapshot()
Visual Basic (Declaration)
Public Sub TakeSnapshot

See Also