FMX.Types.TBitmap.Clear

From RAD Studio API Documentation
Revision as of 08:34, 15 November 2011 by Alexandrusm (Talk | contribs)

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
Translations