User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.flashshape_tgis_uid_integer_integer

Table of Contents

TGIS_LayerVector.FlashShape method

DK11 for Delphi | GisLayerVector.TGIS_LayerVector.FlashShape | Constructors | Fields | Methods | Properties | Events

Flashes shape several times

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

Syntax

// Delphi
public
  procedure FlashShape(
    const _uid : TGIS_Uid;
    const _times : Integer;
    const _delay : Integer
  ); virtual;
// C++ Builder
public:
  virtual void FlashShape(
    TGIS_Uid* const _uid,
    const int _times,
    const int _delay
  );

Parameters

Name Type Description
_uid TGIS_Uid uid of the shape to be flashed
_times Integer the number of times the shape will flash (maximum is 20)
_delay Integer delay time in msec. between each color change (maximum is 10000)
2022/11/16 01:22

Page Tools