User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.flash_integer_integer

Table of Contents

TGIS_Shape.Flash(int, int) method

DK11 for Java | tatukgis.jdk.TGIS_Shape.Flash | Overloads | Constructors | Fields | Methods | Properties

Flash shape on screen. Just another visual effect to sign a shape

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

Syntax

// Java
public void Flash(
  int _times,
  int _delay
);
// Oxygene
public
  procedure Flash(
    _times : Integer;
    _delay : Integer
  ); virtual;

Parameters

Name Type Description
_times int
Integer
the number of times the shape will flash (maximum is 20)
_delay int
Integer
delay time in msec. between each color change (maximum is 10000)
2022/11/16 01:51

Page Tools