Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / DisposeCore Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.


In This Topic
    DisposeCore Method (GeometryDrawing)
    In This Topic
    Releases unmanaged and - optionally - managed resources.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DisposeCore( _
       ByVal disposing As Boolean _
    ) 
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim disposing As Boolean
     
    instance.DisposeCore(disposing)
    protected virtual void DisposeCore( 
       bool disposing
    )

    Parameters

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