Method | Description | |
---|---|---|
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, |
Returns the thumbnail image for the given item.
|
public FileSystemAdaptor ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GetDetails ( object key, bool useWIC ) : Utility.Tuple |
||
key | object | Item key. |
useWIC | bool | true to use Windows Imaging Component; otherwise false. |
return | Utility.Tuple |
public GetSourceImage ( object key ) : string | ||
key | object | Item key. |
return | string |
public GetThumbnail ( object key, |
||
key | object | Item key. |
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. |
return |