User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.drawglyph_itbaseobject_integer_itgis_color_wordbool

Table of Contents

ITGIS_Bitmap.DrawGlyph method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.DrawGlyph | Methods | Properties

Draw a symbol optimized for use as a button glyph.

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

Syntax

// C#
public void DrawGlyph(
  ITBaseObject _symbol,
  int _ppi,
  ITGIS_Color _color,
  WordBool _enabled
);
' VisualBasic
Public Sub DrawGlyph(
  ByVal _symbol As ITBaseObject,
  ByVal _ppi As Integer,
  ByVal _color As ITGIS_Color,
  ByVal _enabled As WordBool
)
// Oxygene
public
  procedure DrawGlyph(
    _symbol : ITBaseObject;
    _ppi : Integer;
    _color : ITGIS_Color;
    _enabled : WordBool
  );

Parameters

Name Type Description
_symbol ITBaseObject symbol to draw
_ppi int
Integer
pixels per inch used to calculate line widths and similar sizes
_color ITGIS_Color symbol color
_enabled WordBool if False, draws the glyph in a disabled state
2026/07/11 00:08

Page Tools