User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_bitmap.drawsymbol_string_integer_tgis_color_tgis_color

Table of Contents

TGIS_Bitmap.DrawSymbol(str, int, TGIS_Color, TGIS_Color) method

DK11 for Python | tatukgis.pdk.TGIS_Bitmap.DrawSymbol | Overloads | Constructors | Methods | Properties

Draws symbol

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

Syntax

# Python
def DrawSymbol(
  self,
  _name: str,
  _ppi: int,
  _areacolor: TGIS_Color,
  _linecolor: TGIS_Color
) -> None: 

Parameters

Name Type Description
_name str symbol name
_ppi int pixels per inch; us3ed to calculate proper line sizes etc.
_areacolor TGIS_Color color for interiors
_linecolor TGIS_Color color for lines and outlines
2023/08/09 01:51

Page Tools