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

Draws symbolk optimized to be used by a buttn 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 be drawn
_ppi int
Integer
pixels per inch; us3ed to calculate proper line sizes etc.
_color ITGIS_Color symbol color
_enabled WordBool if false draw glyph as disabled
2025/01/31 01:03

Page Tools