This property sets the size of airbrush used in the image editing toolbar

[C++Builder]   imagekitcontrolname->Edit->AirBrushSize [ = TVIkAirBrushSize ]
[Delphi]   imagekitcontrolname.Edit.AirBrushSize [ = TVIkAirBrushSize ]

[TVIkAirBrushSize Type]

Unit
     IkInit

type
     TVIkAirBrushSize = (vikAirBrushSize1, vikAirBrushSize2, vikAirBrushSize3, vikBrushSize4, vikAirBrushSize5);

Property Value

Value Explanation
vikAirBrushSize1 AirBrush1
vikAirBrushSize2 AirBrush2
vikAirBrushSize3 AirBrush3
vikAirBrushSize4 AirBrush4
vikAirBrushSize5 AirBrush5

Explanation

The AirBrushSize property sets the size of airbrush used in the image editing toolbar. The AirBrushSize property is used to change the airbrush by code, i.e. when the AirBrushSize property is 0, the size set in the AirBrushSize1 property is used.

Note: If an airbrush object on the image editing toolbar is selected, that size is used.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit 7/8/9/10 ActiveX

The VCL constants have a "v". In ActiveX, the constants are ikAirBrushSize1, ikAirBrushSize, ikAirBrushSize3, ikAirBrushSize4, ikAirBrushSize5.

 

The ImageKit10 VCL is a product created by Newtone Corporation