Search
DiagramItem.SaveLocationState Method
See Also
 






Saves the state of this diagram item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual DiagramItemState SaveLocationState ()

Visual Basic  Copy Code

Public Overridable Function SaveLocationState () As DiagramItemState

 Return Value

A DiagramItemState that represents the current state of the item.

 See Also