C# Class CairoExplorer.FileToIconConverter.thumbnailInfo

Show file Open project: RevolutionSmythe/cairoshell

Public Properties

Property Type Description
bitmap System.Windows.Media.Imaging.WriteableBitmap
fullPath string
iconsize IconSize

Public Methods

Method Description
thumbnailInfo ( System.Windows.Media.Imaging.WriteableBitmap b, string path, IconSize size ) : System

Method Details

thumbnailInfo() public method

public thumbnailInfo ( System.Windows.Media.Imaging.WriteableBitmap b, string path, IconSize size ) : System
b System.Windows.Media.Imaging.WriteableBitmap
path string
size IconSize
return System

Property Details

bitmap public property

public WriteableBitmap,System.Windows.Media.Imaging bitmap
return System.Windows.Media.Imaging.WriteableBitmap

fullPath public property

public string fullPath
return string

iconsize public property

public IconSize iconsize
return IconSize