This method displays the image.

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

Parameters

None

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The Display method displays the image in the ImageKit control according the the display mode set in the DisplayMode property.

When the DisplayMode property is set to Clear, the image is cleared from the ImageKit control. To display images in the ImageKit control again, you must execute the Display method. When the DisplayMode property is set to a value other than Clear and the ShowImage property is true, the image is displayed in that display mode. This includes both base and layer images. If the Edit.EditEnabled property is true, however, and the DisplayMode property is set to Stretch, the image will be displayed in Scale display mode.

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.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation