BlurEffect.MainPage.Overlay_ManipulationStarted C# (CSharp) Method

Overlay_ManipulationStarted() private method

private Overlay_ManipulationStarted ( object sender, ManipulationStartedRoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs
return void
        void Overlay_ManipulationStarted(object sender, ManipulationStartedRoutedEventArgs e)
        {
            // reset the inital with of the Rect
            _x = (float)this.ImagePanel2.ActualWidth;
        }