FMX.Types.TBitmap.Clear
From RAD Studio API Documentation
Delphi
procedure Clear(const AColor: TAlphaColor); virtual;
C++
virtual void __fastcall Clear(const System::Uitypes::TAlphaColor AColor);
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TBitmap |
Description
Clears the surface of a TBitmap object and fills it with a specified color. The AColor parameter specifies the color to fill the TBitmap surface with.