[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GradientInterfaceRenderer.Dispose

Dispose Method

Dispose(bool)

Cleans up any resources being used.

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

Whether the object is disposed through the IDisposable interface (true) or finalized by the garbage collector (false)

Dispose()

Cleans up any resources being used.

Declaration
public void Dispose()
Public Sub Dispose()