Table of Contents

TUIGraphics.Clear Method

Clears the image to a color.

Syntax

Namespace: FlexCel.Core

public abstract void Clear(TUIColor aColor)

Parameters

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

See also