Table of Contents

TUIGraphics.Clear Method

Clears the image to a color.

Syntax

Unit: FlexCel.Core

procedure TUIGraphics.Clear(const aColor: TUIColor); virtual; abstract;

Parameters

<-> Parameter Type Description
const aColor TUIColor Color to fill the image.

See also