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.

[C++Builder]   imagekitcontrolname->BlinkSpeed [= TVIkBlinkSpeed ]
[Delphi]   imagekitcontrolname.BlinkSpeed [= TVIkBlinkSpeed ]

[TVIkBlinkSpeed Type]

Unit
     IkInit

type
     TVIkBlinkSpeed = (vikSlow, vikMedium, vikFast);

Property Value

Value Explanation
vikSlow Slow
vikMedium Normal
vikFast Fast

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.

Differences from ImageKit7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikSlow, ikMedium, and ikFast

The ImageKit10 VCL is a product created by Newtone Corporation