This property selects the eraser used by the image editing toolbar

[C++Builder]   imagekitcontrolname->Edit->EraserSize [ = TVIkEraserSize ]
[Delphi]   imagekitcontrolname.Edit.EraserSize [ = TVIkEraserSize ]

[TVIkEraserSize Type]

Unit
     IkInit

type
     TVIkEraserSize = (vikEraserSize1, vikEraserSize2, vikEraserSize3, vikEraserSize4, vikEraserSize5);

Property Value

Value Explanation
vikEraserSize1 Eraser1
vikEraserSize2 Eraser2
vikEraserSize3 Eraser3
vikEraserSize4 Eraser4
vikEraserSize5 Eraser5

Explanation

The EraserSize property is used to change the eraser by code, i.e. when the EraserSize property is 0, the size set in the EraserSize1 property is used.

Note: If an eraser 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 ikEraserSize1 = 0, ikEraserSize2= 1, ikEraserSize3 = 2, ikEraserSize4 = 3, ikEraserSize5 = 4.

 

The ImageKit10 VCL is a product created by Newtone Corporation