DK11 for Delphi | FMX.GisFramework.TGIS_BitmapFMX.Clear | Constructors | Fields | Methods | Properties
Clear the bitmap with a color
Overrides TGIS_BitmapAbstract.Clear.
// Delphi public procedure Clear( const _color : TGIS_Color ); override;
// C++ Builder public: virtual void Clear( TGIS_Color* const _color );
Name | Type | Description |
---|---|---|
_color | TGIS_Color | the color to clear with |