DK11 for Delphi | GisTypesUI.TGIS_Bitmap.DrawGlyph | Constructors | Methods | Properties
Draws symbolk optimized to be used by a buttn glyph
// Delphi public procedure DrawGlyph( const _symbol : TObject; const _ppi : Integer; const _color : TGIS_Color; const _enabled : Boolean ); overload;
// C++ Builder public: void DrawGlyph( TObject* const _symbol, const int _ppi, TGIS_Color* const _color, const bool _enabled ) /* overload */;
Name | Type | Description |
---|---|---|
_symbol | TObject | symbol to be drawn |
_ppi | Integer | pixels per inch; us3ed to calculate proper line sizes etc. |
_color | TGIS_Color | symbol color |
_enabled | Boolean | if false draw glyph as disabled |