The ImageKit Control allows you to load, save, and process several images simultaneously. This property gets and sets the number of the image that has been or will be processed.

[C++Builder]   imagekitcontrolname->LayerNo [= short ]
[Delphi]   imagekitcontrolname.LayerNo [= Smallint ]

Property Value

The number of the image (default is -1). A value of -1 refers to the base image. Values from 0 to 99 refer to the various image layers

Explanation

The ImageKit Control allows you to load, save, and process several images simultaneously. The LayerNo property refers to the number of the image that will be processed (or has been processed) when loading, saving, or applying an effect to an image. If you set the LayerNo property to -1 and load the image, then the loaded image's image handle will be set into the ImageHandle property. If you set the LayerNo property to a value other than -1 (i.e. from 0 to 99), then the image handle of the loaded image will be set into the Layer(LayerNo).ImageHandle property.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

The ImageKit10 VCL is a product created by Newtone Corporation