When a portion of an image is selected, either using the mouse or by code, the selected area is highlighted by a blinking dotted line. This property gets or sets the speed at which this dotted line blinks.
[Visual Basic]   imagekitcontrolname.BlinkSpeed [= BlinkSpeedConstants ]
[Visual C++]     [long = ]imagekitcontrolname.GetBlinkSpeed()
                 imagekitcontrolname.SetBlinkSpeed(long Val)

Property Value

Value Explanation
0 Slow
1 Normal
2 Fast

In Visual Basic, it is also possible to use the following constants: (ikSlow = 0, ikMedium = 1, ikFast = 2)

Explanation

The BlinkSpeed property sets the speed at which the border of the selected area blinks. This property is only effective when the RectDraw property is True and an area has been selected in the ImageKit Control.

Setting this value

  This value can be set at design-time and run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation