DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.MakeGlowing | Methods | Properties
Add semitransparent "glowing" shadow to the bitmap.
// C# public void MakeGlowing( ITGIS_Color _color, int _size );
' VisualBasic Public Sub MakeGlowing( ByVal _color As ITGIS_Color, ByVal _size As Integer )
// Oxygene public procedure MakeGlowing( _color : ITGIS_Color; _size : Integer );
Name | Type | Description |
---|---|---|
_color | ITGIS_Color | color of the glow; is semitransparent color provide, then glow will start from semitransparency. |
_size | int Integer | pixels with of the glow |