User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bitmap.drawsymbol_string_integer_tgis_color_tgis_color

Table of Contents

TGIS_Bitmap.DrawSymbol(java.lang.String, int, TGIS_Color, TGIS_Color) method

DK11 for Java | tatukgis.jdk.TGIS_Bitmap.DrawSymbol | Overloads | Constructors | Methods | Properties

Draws symbol

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

Syntax

// Java
public void DrawSymbol(
  java.lang.String _name,
  int _ppi,
  TGIS_Color _areacolor,
  TGIS_Color _linecolor
);
// Oxygene
public
  procedure DrawSymbol(
    _name : String;
    _ppi : Integer;
    _areacolor : TGIS_Color;
    _linecolor : TGIS_Color
  );

Parameters

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

Page Tools