DK11 for Delphi | GisTypesUI.TGIS_Bitmap.MakeGlowing | Constructors | Methods | Properties
Add semitransparent "glowing" shadow to the bitmap.
// Delphi public procedure MakeGlowing( const _color : TGIS_Color; const _size : Integer );
// C++ Builder public: void MakeGlowing( TGIS_Color* const _color, const int _size );
Name | Type | Description |
---|---|---|
_color | TGIS_Color | color of the glow; is semitransparent color provide, then glow will start from semitransparency. |
_size | Integer | pixels with of the glow |