DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Flash | Overloads | Constructors | Fields | Methods | Properties
Flash shape on screen. Just another visual effect to sign a shape
// C# public virtual void Flash( int _times, int _delay );
' VisualBasic Public Overridable Sub Flash( ByVal _times As Integer, ByVal _delay As Integer )
// Oxygene public procedure Flash( _times : Integer; _delay : Integer ); virtual;
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) |