DK11 for Python | tatukgis.pdk.TGIS_Shape.Flash | Overloads | Constructors | Methods | Properties
Flash shape on screen. Just another visual effect to sign a shape
# Python def Flash( self, _times: int, _delay: int ) -> None:
Name | Type | Description |
---|---|---|
_times | int | the number of times the shape will flash (maximum is 20) |
_delay | int | delay time in msec. between each color change (maximum is 10000) |