C# Class ImgProc.Shared.GetBitmapCompletedEventArgs

Inheritance: System.ComponentModel.AsyncCompletedEventArgs
Afficher le fichier Open project: EFanZh/EFanZh Class Usage Examples

Méthodes publiques

Méthode Description
GetBitmapCompletedEventArgs ( Exception error, bool cancelled, Object userState, Bitmap bitmap ) : System

Method Details

GetBitmapCompletedEventArgs() public méthode

public GetBitmapCompletedEventArgs ( Exception error, bool cancelled, Object userState, Bitmap bitmap ) : System
error System.Exception
cancelled bool
userState Object
bitmap System.Drawing.Bitmap
Résultat System