C# Class ImgProc.GetBitmapManager

Exibir arquivo Open project: EFanZh/EFanZh

Public Methods

Method Description
GetBitmapAsync ( string path, object userState ) : void
GetBitmapAsyncCancel ( object userState ) : void
GetBitmapManager ( ) : System

Protected Methods

Method Description
OnGetBitmapCompleted ( GetBitmapCompletedEventArgs e ) : void

Private Methods

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

Method Details

GetBitmapAsync() public method

public GetBitmapAsync ( string path, object userState ) : void
path string
userState object
return void

GetBitmapAsyncCancel() public method

public GetBitmapAsyncCancel ( object userState ) : void
userState object
return void

GetBitmapManager() public method

public GetBitmapManager ( ) : System
return System

OnGetBitmapCompleted() protected method

protected OnGetBitmapCompleted ( GetBitmapCompletedEventArgs e ) : void
e ImgProc.Shared.GetBitmapCompletedEventArgs
return void