This method displays the image.

[C++Builder]   [ bool = ]imagekitcontrolname->DisplayImage()
[Delphi]   [ Boolean = ]imagekitcontrolname.DisplayImage

Parameters

None

Return Value

Returns True if successful, otherwise returns False.

Explanation

The DisplayImage method displays the image according to the display mode set in the DisplayMode property.

When the DisplayMode property is vikClear, 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 a value other than vikClear 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.

 

The ImageKit10 VCL is a product created by Newtone Corporation