BaconographyWP8.View.ScalingPictureView.OnManipulationCompleted C# (CSharp) Method

OnManipulationCompleted() private method

The manipulation has completed (no touch points anymore) so reset state.
private OnManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
sender object
e System.Windows.Input.ManipulationCompletedEventArgs
return void
		void OnManipulationCompleted(object sender, ManipulationCompletedEventArgs e)
		{
			_pinching = false;
			_scale = _coercedScale;
		}