User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.drawsymbol_3_widestring_integer_itgis_color_itgis_color

Table of Contents

ITGIS_Bitmap.DrawSymbol_3 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.DrawSymbol_3 | Methods | Properties

Draws symbol

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

Syntax

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

Parameters

Name Type Description
_name WideString symbol name
_ppi int
Integer
pixels per inch; us3ed to calculate proper line sizes etc.
_areacolor ITGIS_Color color for interiors
_linecolor ITGIS_Color color for lines and outlines
2022/11/30 19:06

Page Tools