User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmapabstract.drawsymbol_string_integer_double

Table of Contents

TGIS_BitmapAbstract.DrawSymbol(String; Integer; Double) method

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

Draws symbol

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  procedure DrawSymbol(
    const _name : String;
    const _ppi : Integer;
    const _scale : Double
  ); overload; virtual; abstract;
// C++ Builder
public:
  virtual void DrawSymbol(
    const UnicodeString _name,
    const int _ppi,
    const double _scale
  ) = 0 /* overload */;

Parameters

Name Type Description
_name String symbol name
_ppi Integer pixels per inch; us3ed to calculate proper line sizes etc.
_scale Double symbol scale (1 - fills whole bitmap)
2025/05/23 01:07

Page Tools