This method displays the image.

[Visual Basic] Public Function Display(ShowMode As DisplayMode) As Boolean
[C#] public bool Display(DisplayMode ShowMode) ;

Parameters

ShowMode
   The display mode (DisplayModeValue)

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The Display method displays the image. When the ShowMode parameter is Clear, the image displayed within the ImageKit Control is cleared. To display images in the ImageKit Control you must execute the Display method again.

When the ShowMode parameter is other than Clear and the ShowImage 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 (the images with lower indexes are displayed before the image with higher indexes)

Note that if the base image is not set, then the Layer images are not displayed.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation