FMX.Types.TBitmap.Clear
From RAD Studio API Documentation
Revision as of 08:34, 15 November 2011 by Alexandrusm (Talk | contribs)
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.
See Also
- System.UITypes.TAlphaColor
- FMX.Types.TBitmap.BitmapChanged
- FMX.Types.TBitmap.UpdateHandles
- FMX.Types.FillLongword
- FMX.Types.TBitmap.StartLine