User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.drawglyph_tobject_integer_tgis_color_boolean

Table of Contents

TGIS_Bitmap.DrawGlyph method

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

Draws symbolk optimized to be used by a buttn glyph

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure DrawGlyph(
    const _symbol : TObject;
    const _ppi : Integer;
    const _color : TGIS_Color;
    const _enabled : Boolean
  ); overload;
// C++ Builder
public:
  void DrawGlyph(
    TObject* const _symbol,
    const int _ppi,
    TGIS_Color* const _color,
    const bool _enabled
  ) /* overload */;

Parameters

Name Type Description
_symbol TObject symbol to be drawn
_ppi Integer pixels per inch; us3ed to calculate proper line sizes etc.
_color TGIS_Color symbol color
_enabled Boolean if false draw glyph as disabled
2022/12/21 01:16

Page Tools