C# Class ImgProc.GetBitmapManager

Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
GetBitmapAsync ( string path, object userState ) : void
GetBitmapAsyncCancel ( object userState ) : void
GetBitmapManager ( ) : System

Méthodes protégées

Méthode Description
OnGetBitmapCompleted ( GetBitmapCompletedEventArgs e ) : void

Private Methods

Méthode Description
GetBitmap ( string path ) : Bitmap
GetBitmapAsyncCompleted ( object arg ) : void
GetBitmapWorker ( string path, AsyncOperation asyncOp ) : void
IsTaskCanceled ( object userState ) : bool

Method Details

GetBitmapAsync() public méthode

public GetBitmapAsync ( string path, object userState ) : void
path string
userState object
Résultat void

GetBitmapAsyncCancel() public méthode

public GetBitmapAsyncCancel ( object userState ) : void
userState object
Résultat void

GetBitmapManager() public méthode

public GetBitmapManager ( ) : System
Résultat System

OnGetBitmapCompleted() protected méthode

protected OnGetBitmapCompleted ( GetBitmapCompletedEventArgs e ) : void
e ImgProc.Shared.GetBitmapCompletedEventArgs
Résultat void