diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-31 00:42:00 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-31 00:42:00 +0300 |
| commit | abfcceeb4fddb69eb3737789424dcc9ecb36d09c (patch) | |
| tree | f6867d51b89378ada228dbce8f4141e96e49f81f /Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Controls/RemoteDesktopControl.xaml.cs | |
| parent | 3ba50278808cb6f08a8abf7ec0c0ecdae9c472c5 (diff) | |
| download | Tango-abfcceeb4fddb69eb3737789424dcc9ecb36d09c.tar.gz Tango-abfcceeb4fddb69eb3737789424dcc9ecb36d09c.zip | |
Take snapshot.
Diffstat (limited to 'Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Controls/RemoteDesktopControl.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Controls/RemoteDesktopControl.xaml.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Controls/RemoteDesktopControl.xaml.cs b/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Controls/RemoteDesktopControl.xaml.cs index 7006db0b3..c32ab3048 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Controls/RemoteDesktopControl.xaml.cs +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Controls/RemoteDesktopControl.xaml.cs @@ -72,5 +72,10 @@ namespace Tango.FSE.PPCConsole.Controls { _vm.OnMouseMove(e.GetPosition(img), new Size(img.ActualWidth, img.ActualHeight)); } + + private void BtnSnapshot_Click(object sender, RoutedEventArgs e) + { + rectSnapshot.StartDoubleAnimation(Rectangle.OpacityProperty, TimeSpan.FromSeconds(0.2), 1, 0, null, null, null, true); + } } } |
