C# Класс ImageGlass.ImageListView.ImageListViewItemAdaptors.FileSystemAdaptor

Represents a file system adaptor.
Наследование: ImageListView.ImageListViewItemAdaptor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

FileSystemAdaptor ( ) : System.Collections.Generic

Initializes a new instance of the FileSystemAdaptor class.

GetDetails ( object key, bool useWIC ) : Utility.Tuple[]

Returns the details for the given item.

GetSourceImage ( object key ) : string

Returns the path to the source image for use in drag operations.

GetThumbnail ( object key, Size size, UseEmbeddedThumbnails useEmbeddedThumbnails, bool useExifOrientation, bool useWIC ) : Image

Returns the thumbnail image for the given item.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

FileSystemAdaptor() публичный Метод

Initializes a new instance of the FileSystemAdaptor class.
public FileSystemAdaptor ( ) : System.Collections.Generic
Результат System.Collections.Generic

GetDetails() публичный Метод

Returns the details for the given item.
public GetDetails ( object key, bool useWIC ) : Utility.Tuple[]
key object Item key.
useWIC bool true to use Windows Imaging Component; otherwise false.
Результат Utility.Tuple[]

GetSourceImage() публичный Метод

Returns the path to the source image for use in drag operations.
public GetSourceImage ( object key ) : string
key object Item key.
Результат string

GetThumbnail() публичный Метод

Returns the thumbnail image for the given item.
public GetThumbnail ( object key, Size size, UseEmbeddedThumbnails useEmbeddedThumbnails, bool useExifOrientation, bool useWIC ) : Image
key object Item key.
size System.Drawing.Size Requested image size.
useEmbeddedThumbnails UseEmbeddedThumbnails Embedded thumbnail usage.
useExifOrientation bool true to automatically rotate images based on Exif orientation; otherwise false.
useWIC bool true to use Windows Imaging Component; otherwise false.
Результат System.Drawing.Image