Show: Delphi
C++
Display Preferences
FMX.Types.TBitmap.FillColor
From XE2 API Documentation
Delphi
procedure FillColor(const Color: TAlphaColor);
C++
void __fastcall FillColor(const System::Uitypes::TAlphaColor Color);
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TBitmap |
Description
Fills the surface of a TBitmap image with a specified color. The AColor parameter specifies the color used to fill the TBitmap surface with.
See Also
- System.UITypes.TAlphaColor
- FMX.Types.TBitmap.BitmapChanged
- FMX.Types.TBitmap.UpdateHandles
- FMX.Types.TBitmap.Clear
- FMX.Types.TBitmap.ClearRect