BaconographyWP8.View.ScalingGifView.myGridGestureListener_PinchStarted C# (CSharp) Method

myGridGestureListener_PinchStarted() private method

private myGridGestureListener_PinchStarted ( object sender, Microsoft.Phone.Controls.PinchStartedGestureEventArgs e ) : void
sender object
e Microsoft.Phone.Controls.PinchStartedGestureEventArgs
return void
        private void myGridGestureListener_PinchStarted(object sender, PinchStartedGestureEventArgs e)
        {
            _originalScale = _scale;
        }