PinchGestureRecognizer.SendPinch(Element, Double, Point) Method

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void SendPinch (Xamarin.Forms.Element sender, double delta, Xamarin.Forms.Point currentScalePoint);
abstract member SendPinch : Xamarin.Forms.Element * double * Xamarin.Forms.Point -> unit
override this.SendPinch : Xamarin.Forms.Element * double * Xamarin.Forms.Point -> unit

Parameters

sender
Element

For internal use by the Xamarin.Forms platform.

delta
Double

For internal use by the Xamarin.Forms platform.

currentScalePoint
Point

For internal use by the Xamarin.Forms platform.

Implements

Attributes

Applies to