DK for Delphi | GisTypesUI.TGIS_BitmapAbstract.DrawSymbol | Overloads | Fields | Methods | Properties
Draw a symbol in the bitmap.
// Delphi public procedure DrawSymbol( const _name : String; const _ppi : Integer; const _scale : Double ); overload; virtual; abstract;
// C++ Builder public: virtual void DrawSymbol( const UnicodeString _name, const int _ppi, const double _scale ) = 0 /* overload */;
| Name | Type | Description |
|---|---|---|
| _name | String | symbol name |
| _ppi | Integer | pixels per inch used to calculate line widths and related sizes |
| _scale | Double | symbol scale, where 1 fills the whole bitmap |