User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.clear_tgis_color

Table of Contents

TGIS_Bitmap.Clear method

DK11 for Delphi | GisTypesUI.TGIS_Bitmap.Clear | Constructors | Methods | Properties

Clear the bitmap with a color

Available also on: .NET | Java.

Syntax

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

Parameters

Name Type Description
_color TGIS_Color the color to clear with
2023/12/20 13:16

Page Tools