BlurEffect.MainPage.Overlay_ManipulationCompleted C# (CSharp) Method

Overlay_ManipulationCompleted() private method

private Overlay_ManipulationCompleted ( object sender, ManipulationCompletedRoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs
return void
        void Overlay_ManipulationCompleted(object sender, ManipulationCompletedRoutedEventArgs e)
        {
            // reset the clip to show the full overlay
            this.Clip.Rect = new Rect(0, 0, this.ImagePanel2.ActualWidth, this.ImagePanel2.ActualHeight);
        }