[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcD2DBitmap.Dispose

Dispose Method

Dispose(bool)

Performs cleanup operations on managed and unmanaged resources.

Declaration
protected virtual void Dispose(bool disposing)
Protected Overridable Sub Dispose(disposing As Boolean)
Parameters
Type Name Description
bool disposing

Dispose()

Cleans up the resources that were used.

Declaration
public void Dispose()
Public Sub Dispose()
Implements