User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.drawsymbol_2_widestring_integer

Table of Contents

ITGIS_Bitmap.DrawSymbol_2 method

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

Draws symbol

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

Syntax

// C#
public void DrawSymbol_2(
  WideString _name,
  int _ppi
);
' VisualBasic
Public Sub DrawSymbol_2(
  ByVal _name As WideString,
  ByVal _ppi As Integer
)
// Oxygene
public
  procedure DrawSymbol_2(
    _name : WideString;
    _ppi : Integer
  );

Parameters

Name Type Description
_name WideString symbol name
_ppi int
Integer
pixels per inch
2025/01/31 01:03

Page Tools