User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmapabstract.drawsymbol_string

Table of Contents

TGIS_BitmapAbstract.DrawSymbol(String) method

DK for Delphi | GisTypesUI.TGIS_BitmapAbstract.DrawSymbol | Overloads | Fields | Methods | Properties

Draw a symbol in the bitmap using the default platform PPI.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  procedure DrawSymbol(
    const _name : String
  ); overload; virtual; abstract;
// C++ Builder
public:
  virtual void DrawSymbol(
    const UnicodeString _name
  ) = 0 /* overload */;

Parameters

Name Type Description
_name String symbol name

Remarks

The default platform PPI is used (96 on Windows).

2026/07/11 00:44

Page Tools