C# 클래스 ImageGlass.ImageListView.ThumbnailCachedEventArgs

파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

공개 메소드들

메소드 설명
ThumbnailCachedEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, Image thumbnail, Size size, bool thumbnailImage ) : System

Initializes a new instance of the ThumbnailCachedEventArgs class.

메소드 상세

ThumbnailCachedEventArgs() 공개 메소드

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.
리턴 System