Parameters
None
Return Value
Returns True (nonzero) if successful, otherwise returns False (0).
Explanation
The DisplayImage method displays the image according to the display mode set in the DisplayMode property.
When the DisplayMode property is 0 (ikClear), the image displayed within the ImageKit Control is cleared. To display images in the ImageKit Control you must execute the DisplayImage method again.
When the DisplayMode property is 1 or more and the ShowInDisp property is true, the image is displayed. (base image or layer image)
Images are displayed in the following order: the base image first then the Layer images are displayed above the base image. Images with higher indexes are displayed above the image with lower indexes.
Note that if the base image is not set, then the Layer images are not displayed.