User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.makeglowing_itgis_color_integer

Table of Contents

ITGIS_Bitmap.MakeGlowing method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.MakeGlowing | Methods | Properties

Add semitransparent "glowing" shadow to the bitmap.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Parameters

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
2025/01/31 01:03

Page Tools