DK11 for Delphi | GisTypesUI.TGIS_BitmapAbstract.DrawSymbol | Overloads | Fields | Methods | Properties
Draws symbol
// Delphi public procedure DrawSymbol( const _name : String; const _ppi : Integer ); overload; virtual; abstract;
// C++ Builder public: virtual void DrawSymbol( const UnicodeString _name, const int _ppi ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_name | String | symbol name |
_ppi | Integer | pixels per inch; us3ed to calculate proper line sizes etc. |