C# 클래스 Vidka.Components.ImageCacheManager

파일 보기 프로젝트 열기: miktemk/VidkaEditor 1 사용 예제들

공개 메소드들

메소드 설명
ImageCacheManager ( ) : System
___paintBegin ( ) : void
___paintEnd ( ) : void
getThumb ( string filename, int index ) : Bitmap
getWaveImg ( string filename ) : Bitmap

비공개 메소드들

메소드 설명
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

메소드 상세

ImageCacheManager() 공개 메소드

public ImageCacheManager ( ) : System
리턴 System

___paintBegin() 공개 메소드

public ___paintBegin ( ) : void
리턴 void

___paintEnd() 공개 메소드

public ___paintEnd ( ) : void
리턴 void

getThumb() 공개 메소드

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

getWaveImg() 공개 메소드

public getWaveImg ( string filename ) : Bitmap
filename string
리턴 System.Drawing.Bitmap