[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.Image.Dispose

Dispose Method

Dispose()

Disposes the current instance.

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

Dispose(bool)

Disposes the current instance.

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

True if the method was invoked from IDisposable.Dispose, false if it was invoked from the finalizer.