DK for Delphi | GisTypesUI.TGIS_BitmapAbstract.DrawSymbol | Overloads | Fields | Methods | Properties
Draw a symbol in the bitmap using the default platform PPI.
// Delphi public procedure DrawSymbol( const _name : String ); overload; virtual; abstract;
// C++ Builder public: virtual void DrawSymbol( const UnicodeString _name ) = 0 /* overload */;
| Name | Type | Description |
|---|---|---|
| _name | String | symbol name |
The default platform PPI is used (96 on Windows).