C# 클래스 ImgProc.Shared.GetBitmapCompletedEventArgs

상속: System.ComponentModel.AsyncCompletedEventArgs
파일 보기 프로젝트 열기: EFanZh/EFanZh 1 사용 예제들

공개 메소드들

메소드 설명
GetBitmapCompletedEventArgs ( Exception error, bool cancelled, Object userState, Bitmap bitmap ) : System

메소드 상세

GetBitmapCompletedEventArgs() 공개 메소드

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