Search
DiagramItem.Dispose Method ()
See Also
 





Disposes the resources managed by this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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