aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Controls/RemoteDesktopControl.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-31 00:42:00 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-31 00:42:00 +0300
commitabfcceeb4fddb69eb3737789424dcc9ecb36d09c (patch)
treef6867d51b89378ada228dbce8f4141e96e49f81f /Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/Controls/RemoteDesktopControl.xaml.cs
parent3ba50278808cb6f08a8abf7ec0c0ecdae9c472c5 (diff)
downloadTango-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.cs5
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);
+ }
}
}