Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Drawing Class / Dispose Method / Dispose(Boolean) Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.


In This Topic
Dispose(Boolean) Method
In This Topic
Releases unmanaged and - optionally - managed resources.
Syntax
'Declaration
 
Protected Overloads MustOverride Sub Dispose( _
   ByVal disposing As Boolean _
) 
 
'Usage
 
Dim instance As Drawing
Dim disposing As Boolean
 
instance.Dispose(disposing)

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also