diff options
Diffstat (limited to 'Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml.cs')
| -rw-r--r-- | Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml.cs b/Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml.cs index 7953e9666..ec0cd852a 100644 --- a/Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml.cs +++ b/Software/Experiments/Tango.RemoteDesktop/WpfApp1/MainWindow.xaml.cs @@ -40,7 +40,7 @@ namespace WpfApp1 _engine = new RasterScreenCaptureEngine() { - CaptureRegion = new CaptureRegion(1920 + 1920, 0, 1280, 800) + CaptureRegion = new CaptureRegion(0, 0, 1280, 800) }; _engine.CaptureMethod = new GdiScreenCapture(); _engine.FrameRate = 5; //Per second |
