This class exposes properties for the MouseMoveOnThumbnail, SelectFile, and ShowThumbnailImage events.

[Visual Basic] Public Class ThumbnailEventArgs Inherits System.EventArgs
[C#] public class ThumbnailEventArgsFSystem.EventArgs

Explanation

Property Type Explanation
 DirectoryName [Visual Basic] String
[C#] string
Retrieves the name of the directory containing the images.
 FileName [Visual Basic] String
[C#] string
Refers to the filename of the original image when its thumbnail image is selected.
 ImageNumber [Visual Basic] Integer
[C#] int
Retrieves the thumbnail image number (Starts from 1).
 Rect System.Drawing.Rectangle Retrieves the pixel coordinates for the cell that corresponds to a thumbnail image.
 TotalImageNumber [Visual Basic] Integer
[C#] int
Retrieves the total number of thumbnail images.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation