Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.1.0.6513-pre4" />

.NET API 722,944 bytes

 PinchGestureUpdatedEventArgs

Event arguments for the PinchUpdated event.
public double Scale { get; }

The relative size of the user's pinch gesture.

public Point ScaleOrigin { get; }

The updated origin of the pinch gesture.

public GestureStatus Status { get; }

Whether the gesture started, is running, or has finished.

public PinchGestureUpdatedEventArgs(GestureStatus status, double scale, Point origin)