[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.Dispose

Dispose Method

Dispose(bool)

Disposes the current graphics.

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

Dispose()

Releases all resources used by the current GcGraphics.

Declaration
public void Dispose()
Implements