C# Class CairoExplorer.FileToIconConverter.thumbnailInfo

Mostra 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_oe property

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

fullPath public_oe property

public string fullPath
return string

iconsize public_oe property

public IconSize iconsize
return IconSize