DK11 for Delphi | GisTypesUI.TGIS_Bitmap.DrawSymbol | Overloads | Constructors | Methods | Properties
Draws symbol
// Delphi public procedure DrawSymbol( const _name : String; const _ppi : Integer; const _areacolor : TGIS_Color; const _linecolor : TGIS_Color ); overload;
// C++ Builder public: void DrawSymbol( const UnicodeString _name, const int _ppi, TGIS_Color* const _areacolor, TGIS_Color* const _linecolor ) /* overload */;
Name | Type | Description |
---|---|---|
_name | String | symbol name |
_ppi | 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 |