Show: Delphi C++
Display Preferences

FMX.Types.TBitmap.Clear

From XE2 API Documentation
Jump to: navigation, search

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

Code Examples

Personal tools
Previous Versions
Translations