C# Class ImgProc.Shared.GetBitmapCompletedEventArgs

Inheritance: System.ComponentModel.AsyncCompletedEventArgs
Exibir arquivo Open project: EFanZh/EFanZh Class Usage Examples

Public Methods

Method Description
GetBitmapCompletedEventArgs ( Exception error, bool cancelled, Object userState, Bitmap bitmap ) : System

Method Details

GetBitmapCompletedEventArgs() public method

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