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

myGridGestureListener_PinchCompleted() private method

private myGridGestureListener_PinchCompleted ( object sender, Microsoft.Phone.Controls.PinchGestureEventArgs e ) : void
sender object
e Microsoft.Phone.Controls.PinchGestureEventArgs
return void
        private void myGridGestureListener_PinchCompleted(object sender, PinchGestureEventArgs e)
        {
            _scale = _coercedScale;
        }
	}