예제 #1
0
파일: CroppedForm.cs 프로젝트: qucc/Camera
 //继承ScreenShotBase的构造函数,将img设置为背景
 public CroppedForm(Image img, CameraCaptureForm form)
     : base(img)
 {
     this.camera = form;
     InitializeComponent();
 }
예제 #2
0
 //继承ScreenShotBase的构造函数,将img设置为背景
 public CroppedForm(Image img, CameraCaptureForm form) : base(img)
 {
     this.camera = form;
     InitializeComponent();
 }