FMX.Graphics.TBitmap.Clear
Delphi
procedure Clear(const AColor: TAlphaColor); virtual;
C++
virtual void __fastcall Clear(const System::Uitypes::TAlphaColor AColor);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | 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.