DK11 for Java | tatukgis.jdk.TGIS_LayerVector.FlashShape | Constructors | Fields | Methods | Properties | Events
Flashes shape several times
// Java public void FlashShape( long _uid, int _times, int _delay );
// Oxygene public procedure FlashShape( _uid : TGIS_Uid; _times : Integer; _delay : Integer ); virtual;
Name | Type | Description |
---|---|---|
_uid | long TGIS_Uid | uid of the shape to be flashed |
_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) |