IPinchGestureController.SendPinch(Element, Double, Point) Method

Definition

For internal use by platform renderers.

public void SendPinch (Xamarin.Forms.Element sender, double scale, Xamarin.Forms.Point currentScalePoint);
abstract member SendPinch : Xamarin.Forms.Element * double * Xamarin.Forms.Point -> unit

Parameters

sender
Element

For internal use by the Xamarin.Forms platform.

scale
Double

For internal use by the Xamarin.Forms platform.

currentScalePoint
Point

For internal use by the Xamarin.Forms platform.

Applies to