C# Class Vidka.Components.ImageCacheManager

显示文件 Open project: miktemk/VidkaEditor Class Usage Examples

Public Methods

Method Description
ImageCacheManager ( ) : System
___paintBegin ( ) : void
___paintEnd ( ) : void
getThumb ( string filename, int index ) : Bitmap
getWaveImg ( string filename ) : Bitmap

Private Methods

Method Description
UnlockFileIfInUse ( string filename ) : void
cxzxc ( string message ) : void
debug_urlIndex ( string url ) : string
debug_url_other ( string url ) : string
debug_url_thumb ( string url ) : string
getUrl_thumb ( string filename, int index ) : string
makeSolidColorBitmap ( int w, int h, Color color ) : Bitmap

Method Details

ImageCacheManager() public method

public ImageCacheManager ( ) : System
return System

___paintBegin() public method

public ___paintBegin ( ) : void
return void

___paintEnd() public method

public ___paintEnd ( ) : void
return void

getThumb() public method

public getThumb ( string filename, int index ) : Bitmap
filename string
index int
return System.Drawing.Bitmap

getWaveImg() public method

public getWaveImg ( string filename ) : Bitmap
filename string
return System.Drawing.Bitmap