User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.makeglowing_tgis_color_integer

Table of Contents

TGIS_Bitmap.MakeGlowing method

DK11 for Delphi | GisTypesUI.TGIS_Bitmap.MakeGlowing | Constructors | Methods | Properties

Add semitransparent "glowing" shadow to the bitmap.

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

Syntax

// Delphi
public
  procedure MakeGlowing(
    const _color : TGIS_Color;
    const _size : Integer
  );
// C++ Builder
public:
  void MakeGlowing(
    TGIS_Color* const _color,
    const int _size
  );

Parameters

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
2022/11/30 19:19

Page Tools