Search
DiagramItem.Dispose Method ()
See Also
 





Disposes the resources managed by this item.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Dispose ()

Visual Basic  Copy Code

Public Sub Dispose ()

 Remarks

This method is used in the implementation of the IDisposable pattern.

 See Also