User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmapabstract.clear_tgis_color

Table of Contents

TGIS_BitmapAbstract.Clear method

DK11 for Delphi | GisTypesUI.TGIS_BitmapAbstract.Clear | Fields | Methods | Properties

Clear the bitmap with a color

Available also on: .NET | Java.

Syntax

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

Parameters

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

Page Tools