This method displays the thumbnail images.

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

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The Display method displays the thumbnail images. To execute this method, it is necessary to first execute the GetFiles method to retrieve the data from the image files that will be displayed as thumbnails. The ColumnNumber and RowNumber properties must also be set.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation