The ImageKit Control allows you to load, save, and process several images simultaneously. This property gets and sets the image number for the image that has been or will be processed.
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 LayerNumber property property refers to the image number for the image that will be processed (or has been processed) when loading, saving, or applying an effect to an image. If you set the LayerNumber property to -1 and load the image, then the loaded image's image handle will be set into the Image property. If you set the LayerNumber 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(LayerNumber).Image property.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit