Applies this DiagramState to the IDiagramModel in the given DiagramSurface.

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 void Apply(
	DiagramSurface surface
)
Visual Basic (Declaration)
Public Sub Apply ( _
	surface As DiagramSurface _
)

Parameters

surface
Type: Mindscape.WpfDiagramming..::.DiagramSurface
The DiagramSurface that this DiagramState is applied to.

See Also