Table of Contents

TUIFont.Dispose Method

Overloads

TUIFont.Dispose

Disposes this instance.

Syntax

Namespace: FlexCel.Core

public void Dispose()

See also

TUIFont.Dispose(Boolean)

Override this method to dispose your own objects in your descending classes.

Syntax

Namespace: FlexCel.Core

protected virtual void Dispose(Boolean disposing)

Parameters

<-> Parameter Type Description
disposing Boolean If true, this is a direct call to Dispose(), and you need to dispose both managed and unmanaged resources.
If false, this is called by the finalizer, and you only need to release unmanaged resources.

See also