Share via


IPinchGestureController.SendPinch(Element, Double, Point) Method

Definition

public:
 void SendPinch(Microsoft::Maui::Controls::Element ^ sender, double scale, Microsoft::Maui::Graphics::Point currentScalePoint);
public void SendPinch (Microsoft.Maui.Controls.Element sender, double scale, Microsoft.Maui.Graphics.Point currentScalePoint);
abstract member SendPinch : Microsoft.Maui.Controls.Element * double * Microsoft.Maui.Graphics.Point -> unit
Public Sub SendPinch (sender As Element, scale As Double, currentScalePoint As Point)

Parameters

sender
Element
scale
Double
currentScalePoint
Point

Applies to