DK for Delphi | GisTypesUI.TGIS_BitmapAbstract.DrawSymbol | Overloads | Fields | Methods | Properties
Draws symbol
// 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; us3ed to calculate proper line sizes etc. |
| _scale | Double | symbol scale (1 - fills whole bitmap) |