←Select platform

Dispose(bool) Method

Summary

Releases all resources used by this object.

Syntax

C#
VB
C++
protected virtual void Dispose( 
   bool disposing 
) 
  
Protected Overloads Overridable Sub Dispose( _ 
   ByVal disposing As Boolean _ 
)  
protected: 
virtual void Dispose(  
   bool disposing 
)  

Parameters

disposing
true if this method was called as a result of calling Dispose; false if this method was called as a result of object finalization.

Remarks

Derived annotation objects should override this method and provide any clean-up code required here.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly