DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Flash_2 | Methods | Properties
Flash shape on screen. Just another visual effect to sign a shape
// C# public void Flash_2( int _times, int _delay );
' VisualBasic Public Sub Flash_2( ByVal _times As Integer, ByVal _delay As Integer )
// Oxygene public procedure Flash_2( _times : Integer; _delay : Integer );
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) |