Example #1
0
 void camera_PictureCaptured(Camera sender, GT.Picture picture)
 {
     imageDisplay.Background = new ImageBrush(picture.MakeBitmap());
     lastPicture = picture;
 }
Example #2
0
 void camera_PictureCaptured(Camera sender, GT.Picture picture)
 {
     imageDisplay.Background = new ImageBrush(picture.MakeBitmap());
     DisplayMessage("Photo Taken");
 }