PinchGestureUpdatedEventArgs.ScaleOrigin Property

Definition

Gets the origin point of the pinch gesture, which is the center between the two touch points.

public:
 property Microsoft::Maui::Graphics::Point ScaleOrigin { Microsoft::Maui::Graphics::Point get(); };
public Microsoft.Maui.Graphics.Point ScaleOrigin { get; }
member this.ScaleOrigin : Microsoft.Maui.Graphics.Point
Public ReadOnly Property ScaleOrigin As 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.

Applies to