C# Class ImageGlass.ImageListView.ThumbnailCachedEventArgs

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
ThumbnailCachedEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, Image thumbnail, Size size, bool thumbnailImage ) : System

Initializes a new instance of the ThumbnailCachedEventArgs class.

Method Details

ThumbnailCachedEventArgs() public method

Initializes a new instance of the ThumbnailCachedEventArgs class.
public ThumbnailCachedEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, Image thumbnail, Size size, bool thumbnailImage ) : System
item ImageGlass.ImageListView.ImageListViewItem The item that is the target of this event.
thumbnail Image The cached thumbnail image.
size System.Drawing.Size The size of the thumbnail request.
thumbnailImage bool true if the cached image is a thumbnail image; otherwise false /// if the image is a large image for gallery or pane views.
return System