PinchGestureRecognizer.SendPinch(Element, Double, Point) Method
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.
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
- System.Double
For internal use by the Xamarin.Forms platform.
- currentScalePoint
- Point
For internal use by the Xamarin.Forms platform.
Implements
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute