BlurEffect.MainPage.Overlay_ManipulationCompleted C# (CSharp) 메소드

Overlay_ManipulationCompleted() 개인적인 메소드

private Overlay_ManipulationCompleted ( object sender, ManipulationCompletedRoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs
리턴 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);
        }