Initializes a new instance of the NodeState class. This NodeState will store the ZOrder, Parent, and Data property values of the given IDiagramNode. It will also store a clone of the Bounds property value.

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

Syntax

C#
public NodeState(
	IDiagramNode node
)
Visual Basic (Declaration)
Public Sub New ( _
	node As IDiagramNode _
)

Parameters

node
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramNode
An IDiagramNode that this NodeState will represent a state for.

See Also