[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.Image.Dispose

Dispose Method

Dispose()

Disposes the current instance.

Declaration
public void Dispose()
Implements

Dispose(bool)

Disposes the current instance.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

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