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. |
Clears the image to a color.
Namespace: FlexCel.Core
public abstract void Clear(TUIColor aColor)
<-> | Parameter | Type | Description |
---|---|---|---|
aColor | TUIColor | Color to fill the image. |