FMX.Graphics.TBitmap.Clear

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Code Examples