PinchGestureUpdatedEventArgs.ScaleOrigin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The updated origin of the pinch gesture.
public Xamarin.Forms.Point ScaleOrigin { get; }
member this.ScaleOrigin : Xamarin.Forms.Point
Property Value
The midpoint of the pinch gesture.
Remarks
The origin of the pinch is the center of the pinch gesture, and changes if the user translates their pinch while they scale. Application developers may want to store the pinch origin when the gesture begins and use it for all scaling operations for that gesture.