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