User Tools

Site Tools


api:dk11:delphi:fmx.gisframework.tgis_bitmapfmx.clear_tgis_color

Table of Contents

TGIS_BitmapFMX.Clear method

DK11 for Delphi | FMX.GisFramework.TGIS_BitmapFMX.Clear | Constructors | Fields | Methods | Properties

Clear the bitmap with a color

Syntax

Overrides TGIS_BitmapAbstract.Clear.

// Delphi
public
  procedure Clear(
    const _color : TGIS_Color
  ); override;
// C++ Builder
public:
  virtual void Clear(
    TGIS_Color* const _color
  );

Parameters

Name Type Description
_color TGIS_Color the color to clear with
2023/12/20 01:10

Page Tools