MobileForms Toolkit Documentation

BackBuffer.Dispose Method (Boolean)

Releases the unmanaged resources used by the BackBuffer and optionally releases the managed resources.

protected virtual void Dispose(
bool disposing
);

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

This method is called by the public Dispose() method and the Finalize method. Dispose() invokes the protected Dispose(Boolean) method with the disposing parameter set to true. Finalize invokes Dispose with disposing set to false.

See Also

BackBuffer Class | Resco.Drawing Namespace | BackBuffer.Dispose Overload List