Beispiel #1
0
        private void Rec_OnSnapShotSaved(object sender, SnapshotSavedEventArgs e)
        {
            //Get the file path if recorded to a file
            Image image = Image.FromStream(stream);

            this.Text = "StreanLengthh: " + stream.Length;
            Console.WriteLine("StreanLengthh: " + stream.Length);
            MessageBox.Show("StreanLengthh: " + stream.Length);
            this.screen.Image = image;
        }
 private void _rec_OnSnapshotSaved(object sender, SnapshotSavedEventArgs e)
 {
     string filepath = e.SnapshotPath;
 }
Beispiel #3
0
 private void _rec_OnSnapshotSaved(object sender, SnapshotSavedEventArgs e)
 {
 }