procedure Clear; overload;

procedure Clear(FillColor: TColor32); overload;

Description

Fills the entire bitmap with FillColor. If there is no argument specified, method uses clBlack32 ($FF000000).

[See also]: Delete